diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
commit | f5b6fbe1b70fe297f39bcc769228861cde6136ec (patch) | |
tree | da4032feb6a8907be09877152b16ff0a258b8c1c /x11-fm/mtoolsfm | |
parent | 639d45803df020a913622697fb894c80571e7b0d (diff) | |
download | FreeBSD-ports-f5b6fbe1b70fe297f39bcc769228861cde6136ec.zip FreeBSD-ports-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42311
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-fm/mtoolsfm')
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index f0b336c..2952b65 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |