diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 06:29:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 06:29:14 +0800 |
commit | f0559abd177b21e0c1c3fd61c7dc90b6597962ea (patch) | |
tree | be405ff8aa585da5f2c0aec897a3c1ddf9a206d1 /x11 | |
parent | 4e75d6afaa58a50723724c9ee9c33aaef869bdb4 (diff) | |
download | freebsd-ports-gnome-f0559abd177b21e0c1c3fd61c7dc90b6597962ea.tar.gz freebsd-ports-gnome-f0559abd177b21e0c1c3fd61c7dc90b6597962ea.tar.zst freebsd-ports-gnome-f0559abd177b21e0c1c3fd61c7dc90b6597962ea.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gpctool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gpctool/Makefile b/x11/gpctool/Makefile index 1d070edcdbe3..33e39cba6542 100644 --- a/x11/gpctool/Makefile +++ b/x11/gpctool/Makefile @@ -14,7 +14,7 @@ COMMENT= Evaluation tool for the Generic Polygon Clipper library LIB_DEPENDS= libgpc.so:${PORTSDIR}/devel/libgpc \ libformsGL.so:${PORTSDIR}/x11-toolkits/xforms -USES= zip:infozip +USES= zip:infozip uidfix USE_GL= yes PLIST_FILES= bin/gpctool USE_LDCONFIG= yes @@ -25,7 +25,6 @@ MAKEFILE= ${FILESDIR}/BSDmakefile EXTRACT_BEFORE_ARGS=-qoa EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x ${DISTNAME}/gpc.? ${DISTNAME}/gl.c -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|FALSE|false|g' \ ${WRKSRC}/callbacks.c ${WRKSRC}/graphics.c |