diff options
author | perky <perky@FreeBSD.org> | 2006-05-04 22:38:20 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-05-04 22:38:20 +0800 |
commit | 2c3561432d35d2f8a02a121985b16143bda31943 (patch) | |
tree | e92e54213551bd885b350f03c0bc833e9cb4678e /lang/io | |
parent | b649f4fde277dd7331105750f4e3fcace280b4ec (diff) | |
download | freebsd-ports-gnome-2c3561432d35d2f8a02a121985b16143bda31943.tar.gz freebsd-ports-gnome-2c3561432d35d2f8a02a121985b16143bda31943.tar.zst freebsd-ports-gnome-2c3561432d35d2f8a02a121985b16143bda31943.zip |
Fix portlint warnings.
PR: 95830
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index b26d713fa33b..11f78a9fa995 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ event-1.1a.1:${PORTSDIR}/devel/libevent USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/release/${DISTNAME}/ MAKE_ENV= INCS="-I${LOCALBASE}/include" LIBLOCAL="-L${LOCALBASE}/lib" @@ -28,7 +27,7 @@ BINDINGS_DEACTIVATE= Font Image ObjcBridge OpenGL SGML SQLite SQLite3 .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" +BROKEN= Does not compile on ia64 or sparc64 .endif .if ${OSVERSION} < 500000 @@ -68,7 +67,6 @@ post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h .endif - do-install: .for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer ${INSTALL_PROGRAM} ${WRKSRC}/${fname} ${PREFIX}/bin |