diff options
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 7637ed94bf21..c06c3c7b89d7 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ - --libdir=${PREFIX}/lib +CONFIGURE_ARGS= --libdir=${PREFIX}/lib CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= TOBUILD="dact libdact.so dact.conf" |