diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 14:55:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 14:55:49 +0000 |
commit | 1259a062861df80a7885b594baec2b4d6b5ac717 (patch) | |
tree | 2733e11b9229fb5da5403c91f1aa7066782b3ca9 /graphics/guilib | |
parent | a14a33b0092bb020d4cf0defe57e25f7fd06fb02 (diff) | |
download | freebsd-ports-1259a062861df80a7885b594baec2b4d6b5ac717.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 40f35c705440..9c6e265c6386 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -12,12 +12,11 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Simple GUI framework for use with SDL USE_SDL= sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal:env -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |