diff options
author | wiz <wiz> | 2001-01-04 17:09:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-04 17:09:55 +0000 |
commit | 97700a785b5c172f31c573765b9a42d1a0832ac2 (patch) | |
tree | bd634d8aab160f5be76b6e06427626358c504667 /misc | |
parent | ae483f693cd0814571eee45dad377740e059d4ba (diff) | |
download | pkgsrc-97700a785b5c172f31c573765b9a42d1a0832ac2.tar.gz |
Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gperiodic/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 10eb6c48614..30d03343806 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/31 04:14:09 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/04 17:09:55 wiz Exp $ # DISTNAME= gperiodic-1.2.6 @@ -9,16 +9,14 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://gperiodic.seul.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBINTL= yes USE_X11BASE= yes -CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" - pre-configure: .for file in config.cache config.h config.log config.status ${RM} -f ${WRKSRC}/${file} |