diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-22 01:47:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-22 01:47:52 +0800 |
commit | 28c2b31d4d537f1f53d05e0668e1397b696c4f1a (patch) | |
tree | 319127a7ac77536c193069aa90ed4b279facdd72 /emulators | |
parent | b0a544010f844d1eaa5068532d30d80f00e8854e (diff) | |
download | freebsd-ports-gnome-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.tar.gz freebsd-ports-gnome-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.tar.zst freebsd-ports-gnome-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.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: |