diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-09 02:44:24 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-09 02:44:24 +0800 |
commit | 3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /graphics/amide | |
parent | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (diff) | |
download | freebsd-ports-gnome-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.tar.gz freebsd-ports-gnome-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.tar.zst freebsd-ports-gnome-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.zip |
Convert the ports I maintain to USES=gmake.
Diffstat (limited to 'graphics/amide')
-rw-r--r-- | graphics/amide/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 13fc2c066327..8f129eaf827e 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -13,11 +13,10 @@ LICENSE= GPLv2 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_GMAKE= yes GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes -USES= gettext +USES= gettext gmake USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 INSTALLS_OMF= yes |