diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 05:36:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 05:36:43 +0800 |
commit | a1bb258bd0cd50b9354d456bb1260dce21de496f (patch) | |
tree | 733d6569ebd523c3c92824f6677eb2245d49c898 /devel/libepp-nicbr | |
parent | afd324913d628d68b1f7c4bed6d9f17b9798ce25 (diff) | |
download | freebsd-ports-gnome-a1bb258bd0cd50b9354d456bb1260dce21de496f.tar.gz freebsd-ports-gnome-a1bb258bd0cd50b9354d456bb1260dce21de496f.tar.zst freebsd-ports-gnome-a1bb258bd0cd50b9354d456bb1260dce21de496f.zip |
Fix build with bmake
Diffstat (limited to 'devel/libepp-nicbr')
-rw-r--r-- | devel/libepp-nicbr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index 17c126c78bd8..e9575817d156 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -25,6 +25,10 @@ CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} MAKE_JOBS_SAFE= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} PLIST_SUB= VER="${PORTVERSION}" |