diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-01 16:16:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-01 16:16:16 +0000 |
commit | 42df9a54a37752254c5730b31428ddd421a7a13f (patch) | |
tree | ce6ceb487a6e5a8db80f8c25705b5571de7cbc8e /graphics/grx | |
parent | 00996f2d1c70a7f920d802206ff735bd6972f20f (diff) | |
download | ports-42df9a54a37752254c5730b31428ddd421a7a13f.tar.gz ports-42df9a54a37752254c5730b31428ddd421a7a13f.zip |
Notes
Diffstat (limited to 'graphics/grx')
-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 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} |