diff options
author | abs <abs> | 2004-02-11 01:46:30 +0000 |
---|---|---|
committer | abs <abs> | 2004-02-11 01:46:30 +0000 |
commit | f20d8254df87fff94f4a3105bfe2c2a9a5a44f0f (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /devel/SDL | |
parent | 0ac2cd6895f7d58c8991f37dbaeae11b203377b9 (diff) | |
download | pkgsrc-f20d8254df87fff94f4a3105bfe2c2a9a5a44f0f.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel/SDL')
-rw-r--r-- | devel/SDL/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index 5fdca41bbee..918cf3565bb 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2004/01/22 08:24:28 grant Exp $ +# $NetBSD: Makefile.common,v 1.8 2004/02/11 01:46:30 abs Exp $ # DISTNAME= SDL-1.2.6 @@ -16,6 +16,7 @@ USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ PTHREAD_OPTS+= require USE_LIBTOOL= YES |