aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-02 00:16:16 +0800
committermiwi <miwi@FreeBSD.org>2014-02-02 00:16:16 +0800
commit7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7 (patch)
treece6ceb487a6e5a8db80f8c25705b5571de7cbc8e
parent0d2dc5bf591bba6ac3957c793f1847db19f9a9d6 (diff)
downloadfreebsd-ports-gnome-7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7.tar.gz
freebsd-ports-gnome-7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7.tar.zst
freebsd-ports-gnome-7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7.zip
- Stage support
- Convert to USES
-rw-r--r--deskutils/tagutils/Makefile1
-rw-r--r--graphics/grx/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/tagutils/Makefile b/deskutils/tagutils/Makefile
index 1b07dc150795..b7704b14a6dc 100644
--- a/deskutils/tagutils/Makefile
+++ b/deskutils/tagutils/Makefile
@@ -19,5 +19,4 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index 0b94588cdbf7..6d65546f503f 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -21,7 +21,7 @@ BGI_DESC= Enable BGI support
BMP_DESC= Enable BMP support
USE_XORG= x11 xau xcb xdmcp
-USE_GMAKE= yes
+USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \
--with-x11-base=${LOCALBASE}
@@ -36,7 +36,6 @@ PLIST_SUB= VERSION="${PORTVERSION}"
INFO= grx
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBGI}