summaryrefslogtreecommitdiff
path: root/net/SDL_net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-05-10 20:43:28 +0000
committeradam <adam@pkgsrc.org>2006-05-10 20:43:28 +0000
commitf1dbec6c0175feb98705cc02e32e87eb36bb7ad2 (patch)
tree758ddecbb3d38a00e3f2a5773af9a0d5fa82e782 /net/SDL_net
parentae867b0b4b783df5e0ab18cb25f9a5b58995e9f2 (diff)
downloadpkgsrc-f1dbec6c0175feb98705cc02e32e87eb36bb7ad2.tar.gz
Added USE_LANGUAGES (otherwise configure fails)
Diffstat (limited to 'net/SDL_net')
-rw-r--r--net/SDL_net/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/SDL_net/Makefile b/net/SDL_net/Makefile
index 08aab051071..f6a953478c0 100644
--- a/net/SDL_net/Makefile
+++ b/net/SDL_net/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:22 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.17 2006/05/10 20:43:28 adam Exp $
DISTNAME= SDL_net-1.2.5
PKGREVISION= 5
@@ -10,9 +9,9 @@ MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
COMMENT= Small sample cross-platform networking library for SDL
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gui
.include "../../devel/SDL/buildlink3.mk"