summaryrefslogtreecommitdiff
path: root/devel/aegis
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/aegis
parent0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff)
downloadpkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/aegis')
-rw-r--r--devel/aegis/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile
index 29f37ec5539..ec9464b7773 100644
--- a/devel/aegis/Makefile
+++ b/devel/aegis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:39 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:30 jlam Exp $
#
DISTNAME= aegis-4.15
@@ -10,11 +10,10 @@ MAINTAINER= Matthew@Aldous.com
HOMEPAGE= http://aegis.sourceforge.net/
COMMENT= Aegis is a transaction base software configuration management system
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --with-nlsdir=${_PKGLOCALEDIR:Q}
-USE_TOOLS+= groff gsoelim
-BUILD_USES_MSGFMT= yes
+USE_TOOLS+= groff gsoelim msgfmt
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"