diff options
author | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
commit | 00c2eba9c298744c101cb1ebeeb75664c0b73ebb (patch) | |
tree | 941cb729514d699934eabc1c82ef031ebd016584 /emulators/libspectrum | |
parent | cf80d9a6774a73c3e3bab06ba117a7bc82f330e6 (diff) | |
download | freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.gz freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.zst freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.zip |
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 182bedacb3c6..4b785ae3861b 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -14,10 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= pkgconfig +USES= gmake pkgconfig MAN3= libspectrum.3 |