aboutsummaryrefslogtreecommitdiff
path: root/devel/dmalloc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-01-28 17:41:19 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-01-28 17:41:19 +0000
commitfe1497331016236c1d1260ec98cb3b88cfedcc36 (patch)
treead4c86d893ebb96a237c2c3ff5807d8477217b84 /devel/dmalloc
parent31960e4ee484bf5b9fe5ffb42074f0a7ef09d151 (diff)
downloadports-fe1497331016236c1d1260ec98cb3b88cfedcc36.tar.gz
ports-fe1497331016236c1d1260ec98cb3b88cfedcc36.zip
Notes
Diffstat (limited to 'devel/dmalloc')
-rw-r--r--devel/dmalloc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
index f665d41987b3..e20a85755f06 100644
--- a/devel/dmalloc/Makefile
+++ b/devel/dmalloc/Makefile
@@ -12,8 +12,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= mjl@luckie.org.nz
COMMENT= Portable debug memory allocation library
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-threads --enable-shlib --prefix="${STAGEDIR}${PREFIX}"
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-threads --enable-shlib
+GNU_CONFIGURE_PREFIX= "${STAGEDIR}${PREFIX}"
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_DATA}"
CFLAGS= -fPIC
USE_LDCONFIG= yes