aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-26 00:32:53 +0800
committermiwi <miwi@FreeBSD.org>2008-03-26 00:32:53 +0800
commit2fe4b402cce7b58d9e4db79a01f49c00556cfe9d (patch)
treed9c3e21d016c9a8d7aaaddf7682beeb3224c83b7
parent825785ef52bd2688ad689e2cc80b7b7c5b5e0b13 (diff)
downloadfreebsd-ports-gnome-2fe4b402cce7b58d9e4db79a01f49c00556cfe9d.tar.gz
freebsd-ports-gnome-2fe4b402cce7b58d9e4db79a01f49c00556cfe9d.tar.zst
freebsd-ports-gnome-2fe4b402cce7b58d9e4db79a01f49c00556cfe9d.zip
- Fix build
Submitted by: timur@ Approved by: portmgr (xorg cleanup)
-rw-r--r--emulators/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 6cce9dfc1d3b..c727345e247b 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.10
-PORTREVISION= 2
+PORTREVISION= 3
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_XORG= x11
+USE_XORG= x11 sm ice xau
CONFIGURE_ARGS= --enable-xdf --enable-floppyd
PLIST_SUB= WITH_X11=""
.else