aboutsummaryrefslogtreecommitdiff
path: root/devel/rsvndump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rsvndump/Makefile')
-rw-r--r--devel/rsvndump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile
index 5d093fabfd94..f67fbb79fd68 100644
--- a/devel/rsvndump/Makefile
+++ b/devel/rsvndump/Makefile
@@ -32,7 +32,7 @@ PLIST_FILES+= bin/rsvndump
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700041
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
+LDFLAGS+= ${PTHREAD_LIBS}
.endif
.if !defined(NOPORTDOCS)