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/gqmpeg | |
parent | Using libicuuc.a seems to make jikes more unstable. Since this is supposed (diff) |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65340
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 5adf428ddc93..0794b69cdb9c 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -23,10 +23,10 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf USE_LIBTOOL= yes USE_AUTOCONF= yes -WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ @@ -36,10 +36,6 @@ MAN1= gqmpeg.1 .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes -.endif - .if !defined(WITH_MPG321) pre-everything:: @${ECHO_MSG} |