aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:27:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:59:41 +0000
commit3032e7de1f8bf8bf86f5f80f15a39e845c877b0b (patch)
tree1b6d7d40ad232d4c8ffe75ebb7be552bbbdfd514
parenta1b3cb1191a26741909033d23c22656f924adfed (diff)
downloadports-3032e7de1f8bf8bf86f5f80f15a39e845c877b0b.tar.gz
ports-3032e7de1f8bf8bf86f5f80f15a39e845c877b0b.zip
audio/mp3info: Cosmetic change
-rw-r--r--audio/mp3info/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
index 8212f46634bd..64c2d0867105 100644
--- a/audio/mp3info/Makefile
+++ b/audio/mp3info/Makefile
@@ -11,17 +11,18 @@ COMMENT= MP3 technical info viewer and ID3 1.x tag editor
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-OPTIONS_DEFINE= GTK2 DOCS
-GTK2_DESC= Enable to have the gmp3info
-
-PORTSCOUT= skipv:0.8.5
+USES= cpe ncurses tar:tgz
ALL_TARGET= mp3info
-USES= cpe ncurses tar:tgz
PLIST_FILES= bin/mp3info share/man/man1/mp3info.1.gz
PORTDOCS= ChangeLog README mp3info.txt
+PORTSCOUT= skipv:0.8.5
+
+OPTIONS_DEFINE= GTK2 DOCS
+GTK2_DESC= Enable to have the gmp3info
+
GTK2_ALL_TARGET= gmp3info
GTK2_PLIST_FILES= bin/gmp3info
GTK2_USE= GNOME=gtk20