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/snd | |
parent | 7dd2eb9a863452e5c328606287c11b87a590b92c (diff) |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65340
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index bd62b9d56426..98fb19708439 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -72,7 +72,8 @@ MAKEFILE= makefile PLIST= ${WRKDIR}/pkg-plist .if !defined(WITHOUT_X11) PREFIX= ${X11BASE} -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XLIB= yes .endif WRKSRC= ${WRKDIR}/snd-5 |