diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 00:40:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 00:40:09 +0000 |
commit | 5aba7531371e63aac0668f07d393cf805ce43389 (patch) | |
tree | 14adcf1e8178dd6a00a8a1ddd4a6279819889898 /audio/mp3info | |
parent | Update to 4.09. (diff) |
Remove the USE_GNOMENG macro.
Notes
Notes:
svn path=/head/; revision=78566
Diffstat (limited to 'audio/mp3info')
-rw-r--r-- | audio/mp3info/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index e90cab5cff01..151c0dd6f31e 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org COMMENT= Tool to manipulate ID3 tags for MP3 files -USE_GNOMENG= yes WANT_GNOME= yes MAN1= mp3info.1 |