diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
commit | 68f7df7c875c492fba1e86929d2fdace23647d5a (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /games | |
parent | 9980cd737bc03a96710775d700e1779ea1fef13c (diff) | |
download | pkgsrc-68f7df7c875c492fba1e86929d2fdace23647d5a.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'games')
-rw-r--r-- | games/boson/Makefile | 3 | ||||
-rw-r--r-- | games/knights/Makefile | 3 | ||||
-rw-r--r-- | games/six/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games/boson/Makefile b/games/boson/Makefile index 4c570cc49de..0f7b4e17d65 100644 --- a/games/boson/Makefile +++ b/games/boson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/02/06 12:40:10 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2012/02/09 21:44:27 sbd Exp $ # DISTNAME= boson-all-0.8 @@ -15,6 +15,7 @@ COMMENT= OpenGL real-time strategy game for KDE 3 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/games/knights/Makefile b/games/knights/Makefile index 79a24f702b5..81569ddc569 100644 --- a/games/knights/Makefile +++ b/games/knights/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/02/06 12:40:12 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/02/09 21:44:27 sbd Exp $ DISTNAME= knights-0.6 PKGREVISION= 21 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= YES +SET_LIBDIR= YES USE_LIBTOOL= YES .include "../../meta-pkgs/kde3/kde3.mk" diff --git a/games/six/Makefile b/games/six/Makefile index a41cc316d1b..c63f6a49fd2 100644 --- a/games/six/Makefile +++ b/games/six/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/02/06 12:40:14 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/02/09 21:44:27 sbd Exp $ # DISTNAME= six-0.5.3 @@ -13,6 +13,7 @@ COMMENT= Hex, a board game with very simple rules PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ |