aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mtools
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-24 07:03:18 +0800
committermiwi <miwi@FreeBSD.org>2008-03-24 07:03:18 +0800
commit2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch)
tree5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /emulators/mtools
parent36fbb34bc519394874f58b5d9416ca6148c891ed (diff)
downloadfreebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz
freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst
freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index d526a3e0ee17..6cce9dfc1d3b 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
@@ -21,7 +21,7 @@ COMMENT= A collection of tools for manipulating MSDOS files
GNU_CONFIGURE= yes
.if !defined(WITHOUT_X11)
-USE_XLIB= yes
+USE_XORG= x11
CONFIGURE_ARGS= --enable-xdf --enable-floppyd
PLIST_SUB= WITH_X11=""
.else