diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0e682dded4b509db7af4b33742b81f23f7f5df47 (patch) | |
tree | 97c412cf2e94b2420ff5f5bb466589d4954046b0 /audio/zinf | |
parent | aaaf6642eb584d021d0c901674ff7eafe61d6bbe (diff) | |
download | freebsd-ports-gnome-0e682dded4b509db7af4b33742b81f23f7f5df47.tar.gz freebsd-ports-gnome-0e682dded4b509db7af4b33742b81f23f7f5df47.tar.zst freebsd-ports-gnome-0e682dded4b509db7af4b33742b81f23f7f5df47.zip |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 4dea4b986fab..9568b32ac4f5 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ gdbm.3:${PORTSDIR}/databases/gdbm -USE_GNOME= gnomehack gnometarget gtk20 lthack +USE_GNOME= gnomehack gtk20 lthack WANT_GNOME= yes USE_PERL5= yes USE_GETTEXT= yes |