diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-09 20:01:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-09 20:01:27 +0800 |
commit | 1e0315605b4dcf9a6d3669e9d87ad7a73e6f6a07 (patch) | |
tree | 497d4be7ff9254b7bde735cd5a11acc77303f5b1 | |
parent | 13a467bd452ce370f23fa627a3f73ec122a37a15 (diff) | |
download | freebsd-ports-gnome-1e0315605b4dcf9a6d3669e9d87ad7a73e6f6a07.tar.gz freebsd-ports-gnome-1e0315605b4dcf9a6d3669e9d87ad7a73e6f6a07.tar.zst freebsd-ports-gnome-1e0315605b4dcf9a6d3669e9d87ad7a73e6f6a07.zip |
Unbreak
-rw-r--r-- | devel/pas2dox/Makefile | 6 |
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> |