diff options
author | minskim <minskim@pkgsrc.org> | 2005-09-22 02:04:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-09-22 02:04:03 +0000 |
commit | 3b4e76f265f80e40b7164173d71e25df9f0af464 (patch) | |
tree | f6d9abe64a366c3ccfd7ecd130c6cbfbb902f69a /sysutils/grun/Makefile | |
parent | 9f900e2cf12679b9c19597e2822248f55c08c39f (diff) | |
download | pkgsrc-3b4e76f265f80e40b7164173d71e25df9f0af464.tar.gz |
Fix PLIST. Bump PKGREVISION.
Diffstat (limited to 'sysutils/grun/Makefile')
-rw-r--r-- | sysutils/grun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile index 5043557489e..9c3328ab50b 100644 --- a/sysutils/grun/Makefile +++ b/sysutils/grun/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/06/17 04:49:48 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/22 02:04:03 minskim Exp $ DISTNAME= grun-0.9.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ @@ -10,6 +10,7 @@ HOMEPAGE= ${MASTER_SITES}/grun.html COMMENT= GTK+ based Run dialog GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake PTHREAD_OPTS+= require |