diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-28 23:58:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-28 23:58:48 +0800 |
commit | 89d3e717a29a2a435b262ce51b856e1fa3e8d92f (patch) | |
tree | 20908fbe0f343b016f848e9e5d0a3b922bee8a97 /multimedia | |
parent | 202e07d0f726f1d942a5a75606f8e4d6f3822908 (diff) | |
download | freebsd-ports-gnome-89d3e717a29a2a435b262ce51b856e1fa3e8d92f.tar.gz freebsd-ports-gnome-89d3e717a29a2a435b262ce51b856e1fa3e8d92f.tar.zst freebsd-ports-gnome-89d3e717a29a2a435b262ce51b856e1fa3e8d92f.zip |
- Stage support
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/gmtk/Makefile b/multimedia/gmtk/Makefile index 013df1e6e253..0c46cb763a7f 100644 --- a/multimedia/gmtk/Makefile +++ b/multimedia/gmtk/Makefile @@ -13,19 +13,17 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes USE_PERL5= build USE_XORG= x11 -USES= pathfix pkgconfig perl5 +USES= pathfix pkgconfig perl5 gmake PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README OPTIONS_DEFINE= ALSA DOCS GCONF GIO GTK3 NLS PULSEAUDIO GIO_DESC= Use GIO for file I/O -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALSA} |