diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
commit | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch) | |
tree | e9b79b363f2fc4a63535a25c71491fa49a79b556 /archivers/dact | |
parent | e6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff) | |
download | ports-741aa714833b9bb1e9afaaf5124d3f5c60b5e49c.tar.gz ports-741aa714833b9bb1e9afaaf5124d3f5c60b5e49c.zip |
Notes
Diffstat (limited to 'archivers/dact')
-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" |