diff options
Diffstat (limited to 'games/gturing/Makefile')
-rw-r--r-- | games/gturing/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 8362e4cb374..ba3e796d6b3 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/03/06 14:53:50 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2008/07/14 12:56:04 joerg Exp $ # DISTNAME= gturing-0.1.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 turing machine emulator +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt pkg-config |