diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-10 09:48:07 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-10 09:48:07 +0000 |
commit | eac96592a8b9339cf0787ed4ee0e3962363470b9 (patch) | |
tree | 25562a4656fd35c5136dc1fe3ac450ead39944f8 /archivers/liborange | |
parent | 53d7e125038f1638f085a5f6c474936635a615c2 (diff) |
- minor fixes to make portlint happier
Notes
Notes:
svn path=/head/; revision=189656
Diffstat (limited to 'archivers/liborange')
-rw-r--r-- | archivers/liborange/Makefile | 16 |
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> |