summaryrefslogtreecommitdiff
path: root/archivers/dynamite
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-10 04:19:53 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-10 04:19:53 +0000
commit6904822bfda730579cf0e96c38b9b4195b9f4dee (patch)
treedf199c734bbff6a8b15f405ea4591e5243cc09a9 /archivers/dynamite
parentUpdate to 2.18.1. (diff)
- minor fixes to make portlint happier
Notes
Notes: svn path=/head/; revision=189628
Diffstat (limited to 'archivers/dynamite')
-rw-r--r--archivers/dynamite/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/archivers/dynamite/Makefile b/archivers/dynamite/Makefile
index 55882caa66ff..75428dc47dff 100644
--- a/archivers/dynamite/Makefile
+++ b/archivers/dynamite/Makefile
@@ -16,15 +16,7 @@ COMMENT= Decompress data compressed with PKWARE Data Compression Library
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+USE_GNOME= gnometarget
+USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
- ${WRKSRC}/lib/libdynamite.c
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>