diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | 8a609be53116f279d9c38adaeae64b221e32514e (patch) | |
tree | 8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/mp3info | |
parent | 7dd2eb9a863452e5c328606287c11b87a590b92c (diff) | |
download | ports-8a609be53116f279d9c38adaeae64b221e32514e.tar.gz ports-8a609be53116f279d9c38adaeae64b221e32514e.zip |
Notes
Diffstat (limited to 'audio/mp3info')
-rw-r--r-- | audio/mp3info/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 71cbd55ca401..c674092edfe9 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= mp3info.1 @@ -22,9 +23,11 @@ MAN1= mp3info.1 ALL_TARGET= doc mp3info -.if defined(HAVE_GTK) +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 ALL_TARGET+= gmp3info PLIST_SUB+= WITH_GTK="" +PKGNAMESUFFIX= -gtk .else PLIST_SUB+= WITH_GTK="@comment " .endif |