diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-05 15:17:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-05 15:17:15 +0000 |
commit | d46264516da3888718d020f2ad9cf48abce52e4d (patch) | |
tree | 941cb729514d699934eabc1c82ef031ebd016584 /emulators/libspectrum | |
parent | cc5f50ea5d44bfc4369b06d780d7dbde032a9345 (diff) | |
download | ports-d46264516da3888718d020f2ad9cf48abce52e4d.tar.gz ports-d46264516da3888718d020f2ad9cf48abce52e4d.zip |
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
Notes
Notes:
svn path=/head/; revision=322337
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 |