diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-04 17:09:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-04 17:09:55 +0000 |
commit | af5352cc9092417e8dc5cddf705f1526369bd0bc (patch) | |
tree | bd634d8aab160f5be76b6e06427626358c504667 /misc/gperiodic | |
parent | 7140bb889c5f444aa7b804f1491c355936befa8c (diff) | |
download | pkgsrc-af5352cc9092417e8dc5cddf705f1526369bd0bc.tar.gz |
Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL.
Diffstat (limited to 'misc/gperiodic')
-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} |