diff options
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index dc918c68c31..e250de0dd61 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/04/29 19:13:04 drochner Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:20 joerg Exp $ # DISTNAME= grhino-0.16.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= yes |