diff options
-rw-r--r-- | games/xfreecell/Makefile | 3 | ||||
-rw-r--r-- | games/xkobo/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-matplotlib/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/unicon-im/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile index 31dbed11634..5a48c2a2387 100644 --- a/games/xfreecell/Makefile +++ b/games/xfreecell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/11 14:07:51 joerg Exp $ DISTNAME= xfreecell-1.0.5b PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Popular freecell card game for X USE_X11BASE= yes USE_TOOLS+= gmake +USE_LANGUAGES= c++ MAKEFILE= makefile WRKSRC= ${WRKDIR}/xfreecell diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index b9fc793156f..caca7a23d76 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:44 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/11 14:07:56 joerg Exp $ DISTNAME= xkobo-1.11 PKGREVISION= 3 @@ -11,6 +11,7 @@ HOMEPAGE= http://seki.math.hokudai.ac.jp:20080/xkobo-current.html COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive USE_IMAKE= yes +USE_LANGUAGES= c c++ BUILD_TARGET+= xkobo all .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index a04fa862262..5e7d29e2255 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/30 22:30:43 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/11 14:15:04 joerg Exp $ # DISTNAME= matplotlib-0.87.2 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://matplotlib.sourceforge.net/ COMMENT= Matlab-style plotting package for Python +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index ab722143360..cc2de697e3b 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/11 14:15:10 joerg Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 @@ -10,6 +10,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html COMMENT= Libraries and modules of Unicon +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |