diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-08 08:40:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-08 08:40:09 +0800 |
commit | c39af68b7e9e91eb2fffdf07b2ebc8c4949b2ec0 (patch) | |
tree | 602df77c24667a601f9f5bb7722d70018f4484d6 /audio/mp3stat | |
parent | 73072f760d3eddf46d90d65420c3beb18f863aa4 (diff) | |
download | freebsd-ports-gnome-c39af68b7e9e91eb2fffdf07b2ebc8c4949b2ec0.tar.gz freebsd-ports-gnome-c39af68b7e9e91eb2fffdf07b2ebc8c4949b2ec0.tar.zst freebsd-ports-gnome-c39af68b7e9e91eb2fffdf07b2ebc8c4949b2ec0.zip |
Remove the USE_GNOMENG macro.
Diffstat (limited to 'audio/mp3stat')
-rw-r--r-- | audio/mp3stat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index d33cb09d7fbb..609cd61b260b 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -18,7 +18,6 @@ COMMENT= Read information about mp3s and oggs bitstream WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GNOMENG= yes USE_GNOME= gtk12 USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" |