summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-09 12:01:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-09 12:01:27 +0000
commit689addea042186c4fdfc49216e2458a184f95bda (patch)
tree497d4be7ff9254b7bde735cd5a11acc77303f5b1 /devel
parentmisc/ossp-uuid: fix perl binding, patch based on [1] (diff)
Unbreak
Notes
Notes: svn path=/head/; revision=347564
Diffstat (limited to 'devel')
-rw-r--r--devel/pas2dox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pas2dox/Makefile b/devel/pas2dox/Makefile
index ccb897ba3126..2c5211c4bd66 100644
--- a/devel/pas2dox/Makefile
+++ b/devel/pas2dox/Makefile
@@ -21,8 +21,8 @@ PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000033
-BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex
-MAKE_ENV= LEX="${LOCALBASE}/bin/flex"
+BUILD_DEPENDS+= flex>0:${PORTSDIR}/textproc/flex
+MAKE_ENV+= LEX="${LOCALBASE}/bin/flex"
.endif
post-patch:
@@ -39,4 +39,4 @@ do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
${STAGEDIR}${PREFIX}/bin)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>