diff options
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}" |