diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 00:16:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 00:16:16 +0800 |
commit | 7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7 (patch) | |
tree | ce6ceb487a6e5a8db80f8c25705b5571de7cbc8e /graphics/grx/Makefile | |
parent | 0d2dc5bf591bba6ac3957c793f1847db19f9a9d6 (diff) | |
download | freebsd-ports-graphics-7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7.tar.gz freebsd-ports-graphics-7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7.tar.zst freebsd-ports-graphics-7488bee6fbd7846ccbaf7476ccc375cfaad8a9b7.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'graphics/grx/Makefile')
-rw-r--r-- | graphics/grx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index 0b94588cdbf..6d65546f503 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} |