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/mpg123/Makefile | |
parent | 5d8d5c78515511730e6f82d0e304d9518df2ce81 (diff) |
Remove the USE_GNOMENG macro.
Notes
Notes:
svn path=/head/; revision=78566
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index a4d51ce4a682..342eff372151 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -24,7 +24,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= des@FreeBSD.org COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio -USE_GNOMENG= yes WANT_GNOME= yes .if defined(WITH_ICONV) |