diff options
author | wiz <wiz> | 2001-04-09 12:01:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-09 12:01:07 +0000 |
commit | 1b07be308b7976d445a98680412b613603fb8d5b (patch) | |
tree | 62202be469cbb67846d0e512ea844950e10822fe /textproc/scrollkeeper | |
parent | a5fbb695feca4bee37c2601119f1fab17a18847b (diff) | |
download | pkgsrc-1b07be308b7976d445a98680412b613603fb8d5b.tar.gz |
Move BUILD_USES_MSGFMT to DEPENDS block.
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 4 |
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" |