summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-09 12:01:07 +0000
committerwiz <wiz>2001-04-09 12:01:07 +0000
commit409d252a1b251ae1c4323fcd1667fc5d303733e8 (patch)
tree62202be469cbb67846d0e512ea844950e10822fe /textproc/scrollkeeper/Makefile
parentea81e46e761ea6ea873fabbb0fc3a5216a9494a7 (diff)
downloadpkgsrc-409d252a1b251ae1c4323fcd1667fc5d303733e8.tar.gz
Move BUILD_USES_MSGFMT to DEPENDS block.
Diffstat (limited to 'textproc/scrollkeeper/Makefile')
-rw-r--r--textproc/scrollkeeper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index ceffd0a31bc..4a4c257ec77 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/06 10:53:26 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/09 12:01:07 wiz Exp $
#
DISTNAME= scrollkeeper-0.2
@@ -10,10 +10,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://scrollkeeper.sourceforge.net/
COMMENT= Open Document Cataloging Project
+BUILD_USES_MSGFMT= yes
DEPENDS+= libxml>=1.8.9:../../textproc/libxml
GNU_CONFIGURE= yes
USE_LIBINTL= yes
-BUILD_USES_MSGFMT= yes
.include "../../mk/bsd.pkg.mk"