diff options
author | salo <salo> | 2002-12-01 02:00:12 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-01 02:00:12 +0000 |
commit | 29b7dea5b4635cfc4cb8a987669f17b6f0d1f7bb (patch) | |
tree | c8f867ca4e73517b6f22b94ac9e05bca4bc06aee /games/gturing | |
parent | 53ad080dc26580d9d04c450ba0db47806a3a92db (diff) | |
download | pkgsrc-29b7dea5b4635cfc4cb8a987669f17b6f0d1f7bb.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'games/gturing')
-rw-r--r-- | games/gturing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 75b8a9d5871..b961538b131 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/04 07:40:37 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/01 02:00:15 salo Exp $ # DISTNAME= gturing-0.1.1 @@ -14,6 +14,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11= YES USE_GMAKE= YES USE_LIBTOOL= YES |