diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-10-13 20:36:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-10-13 20:36:36 +0000 |
commit | 22f2d923433d86d97d88921a70d4916eda06d5c0 (patch) | |
tree | 9739840d18e1b40c057385defab3c8787d4cf66b /dns/posadis/Makefile | |
parent | Depend on devel/libltdl, rather than installing embedded copy. (diff) |
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/Makefile | 6 |
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}" |