aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2008-03-31 01:30:40 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2008-03-31 01:30:40 +0000
commit64c10d590e3e1f799cc11cebf525dcba1f929a82 (patch)
tree29a57d5ac75d093c2cb633b02f2c4596cd351b64 /emulators/mtools
parent9693c9e2ebebfa1484bd54e7560d70c856e83620 (diff)
downloadports-64c10d590e3e1f799cc11cebf525dcba1f929a82.tar.gz
ports-64c10d590e3e1f799cc11cebf525dcba1f929a82.zip
Fix compilation when WITHOUT_X11 is defined. Don't rely on the configure
defaults, use explicit values. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=210185
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 c727345e247b..ea73ed27c4c2 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
@@ -25,7 +25,7 @@ USE_XORG= x11 sm ice xau
CONFIGURE_ARGS= --enable-xdf --enable-floppyd
PLIST_SUB= WITH_X11=""
.else
-CONFIGURE_ARGS= --enable-xdf
+CONFIGURE_ARGS= --enable-xdf --disable-floppyd
PLIST_SUB= WITH_X11="@comment "
.endif