diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-10-05 19:55:24 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-10-05 19:55:24 +0000 |
commit | 02d28cdba89bf436d77f59ac03c0d13a44ff754d (patch) | |
tree | a23ca322b0ad13e3c5f479f060b963c5eaff0038 /emulators/virtualbox-ose-nox11 | |
parent | b3cfba155584af603f905eb713dfa5b0630cf905 (diff) | |
download | ports-02d28cdba89bf436d77f59ac03c0d13a44ff754d.tar.gz ports-02d28cdba89bf436d77f59ac03c0d13a44ff754d.zip |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-nox11')
-rw-r--r-- | emulators/virtualbox-ose-nox11/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-nox11/Makefile b/emulators/virtualbox-ose-nox11/Makefile new file mode 100644 index 000000000000..77e1fe16555f --- /dev/null +++ b/emulators/virtualbox-ose-nox11/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -nox11 + +OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO +OPTIONS_EXCLUDE+= QT4 QT5 VPX X11 + +MASTERDIR= ${.CURDIR}/../virtualbox-ose + +.include "${MASTERDIR}/Makefile" |