diff options
Diffstat (limited to 'lang/spl')
-rw-r--r-- | lang/spl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 77a57554bd8..4172815d470 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/05/23 03:02:26 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/02 20:11:54 asau Exp $ # DISTNAME= spl-1.0pre3 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.clifford.at/spl/ COMMENT= The SPL Programming Language LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= bash gmake gawk pax |