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 | |
parent | 2e6cffb68c7f424edb93236bc641a6d88b6f266d (diff) | |
download | ports-22f2d923433d86d97d88921a70d4916eda06d5c0.tar.gz ports-22f2d923433d86d97d88921a70d4916eda06d5c0.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/posadis/Makefile | 6 | ||||
-rw-r--r-- | dns/posadis/pkg-plist | 5 |
2 files changed, 4 insertions, 7 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}" diff --git a/dns/posadis/pkg-plist b/dns/posadis/pkg-plist index a70ab37bba25..c9bce754e071 100644 --- a/dns/posadis/pkg-plist +++ b/dns/posadis/pkg-plist @@ -4,7 +4,6 @@ bin/posadis-config bin/posadis-getroots bin/posask bin/poshost -include/ltdl.h include/posadis-%%VERSION%%/auth_mem.h include/posadis-%%VERSION%%/cacheapply.h include/posadis-%%VERSION%%/configuration.h @@ -23,10 +22,6 @@ include/posadis-%%VERSION%%/zonetransfer.h include/posadis-%%VERSION%%/secondary.h include/posadis-%%VERSION%%/updates.h @dirrm include/posadis-%%VERSION%% -lib/libltdl.so.4 -lib/libltdl.so -lib/libltdl.la -lib/libltdl.a lib/posadis/revmap.so.0 lib/posadis/revmap.so lib/posadis/revmap.la |