aboutsummaryrefslogtreecommitdiffstats
path: root/dns/posadis/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2003-10-14 04:36:36 +0800
committerade <ade@FreeBSD.org>2003-10-14 04:36:36 +0800
commitee2005bb3219c785e62242a17a035817673b6163 (patch)
tree1839c376a24a6a4f179df73217bbe8e6031f2ff6 /dns/posadis/Makefile
parent82bd83968e60d1f73bc94bc574f22bd3ed02ce0c (diff)
downloadfreebsd-ports-gnome-ee2005bb3219c785e62242a17a035817673b6163.tar.gz
freebsd-ports-gnome-ee2005bb3219c785e62242a17a035817673b6163.tar.zst
freebsd-ports-gnome-ee2005bb3219c785e62242a17a035817673b6163.zip
Remove use/install of embedded libltdl, using devel/libltdl instead.
Port seems to be broken either way, though: ===> Building for posadis-0.60.1_1 make: don't know how to make all. Stop An empty Makefile is generated. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'dns/posadis/Makefile')
-rw-r--r--dns/posadis/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile
index 7da3da2244db..be59e34ea694 100644
--- a/dns/posadis/Makefile
+++ b/dns/posadis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= posadis
PORTVERSION= 0.60.1
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,9 +17,10 @@ COMMENT= "Domain Name Server (DNS) implementation"
LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --disable-ltdl-install
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
PLIST_SUB= VERSION="${PORTVERSION}"