aboutsummaryrefslogtreecommitdiff
path: root/archivers/liborange
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-10 09:48:07 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-10 09:48:07 +0000
commiteac96592a8b9339cf0787ed4ee0e3962363470b9 (patch)
tree25562a4656fd35c5136dc1fe3ac450ead39944f8 /archivers/liborange
parent53d7e125038f1638f085a5f6c474936635a615c2 (diff)
downloadports-eac96592a8b9339cf0787ed4ee0e3962363470b9.tar.gz
ports-eac96592a8b9339cf0787ed4ee0e3962363470b9.zip
- minor fixes to make portlint happier
Notes
Notes: svn path=/head/; revision=189656
Diffstat (limited to 'archivers/liborange')
-rw-r--r--archivers/liborange/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile
index fc0bd93c6a6f..4f3a0edefdd9 100644
--- a/archivers/liborange/Makefile
+++ b/archivers/liborange/Makefile
@@ -22,19 +22,9 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnometarget
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE}
USE_ICONV= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Werror||' \
- ${WRKSRC}/lib/Makefile.in \
- ${WRKSRC}/src/Makefile.in
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/lib/inno.h
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>