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/midimountain | |
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/midimountain')
-rw-r--r-- | audio/midimountain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/midimountain/Makefile b/audio/midimountain/Makefile index 78d57ff15db9..c0c9ed274524 100644 --- a/audio/midimountain/Makefile +++ b/audio/midimountain/Makefile @@ -16,7 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes |