diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:47:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:47:52 +0000 |
commit | e081d9b9ede78a2c05aaae34df25f8bb5ebd936f (patch) | |
tree | 319127a7ac77536c193069aa90ed4b279facdd72 /emulators | |
parent | eca9032f4c423feb63e02b030bd1c0525f8fc8ad (diff) | |
download | freebsd-ports-e081d9b9ede78a2c05aaae34df25f8bb5ebd936f.zip |
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 61a68ccf942a..dc284b9ddd2e 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -43,7 +43,7 @@ PLIST_SUB= X11="" .else CONFIGURE_ARGS+= --without-x PLIST_SUB= X11="@comment " -MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} +MAKE_ENV+= WITHOUT_X11=yes .endif post-patch: |