diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/goobox | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.zst freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/goobox')
-rw-r--r-- | audio/goobox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index e1ce397e70c7..6edf33ace3cc 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -20,9 +20,8 @@ LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= x11 -USES= gettext +USES= gettext gmake USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils USE_GSTREAMER= cdparanoia gconf core gio GNU_CONFIGURE= yes |