mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix compilation when WITHOUT_X11 is defined. Don't rely on the configure
defaults, use explicit values. Approved by: maintainer
This commit is contained in:
parent
9693c9e2eb
commit
64c10d590e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210185
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user