diff options
Diffstat (limited to 'x11-fm/mtoolsfm/Makefile')
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index 7eb023c807b6..5c456488f3d9 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -12,14 +12,11 @@ MASTER_SITES= http://www.core-coutainville.org/mfm/archive/SOURCES/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_X_PREFIX= yes +USE_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mfm.conf" \ --with-mtoolsdir="${LOCALBASE}/bin" \ --disable-gtktest |