diff options
author | adam <adam> | 2006-05-10 20:43:28 +0000 |
---|---|---|
committer | adam <adam> | 2006-05-10 20:43:28 +0000 |
commit | 7062bc0378007c70aa0bb8032107041e3a81dd8d (patch) | |
tree | 758ddecbb3d38a00e3f2a5773af9a0d5fa82e782 | |
parent | c83ca1eba603796bb60508706a2d34dcb7165962 (diff) | |
download | pkgsrc-7062bc0378007c70aa0bb8032107041e3a81dd8d.tar.gz |
Added USE_LANGUAGES (otherwise configure fails)
-rw-r--r-- | net/SDL_net/Makefile | 9 |
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" |