diff options
author | wiz <wiz> | 2001-01-04 02:53:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-04 02:53:51 +0000 |
commit | 3c9a5ec0cb0c81ffe64bce036d33c097cb753c80 (patch) | |
tree | 7bbe662f84f7caa662914caa7ea9e7d227fe6fd0 /databases | |
parent | a201c369a1c265d703553eb6cf8b3e6613bde257 (diff) | |
download | pkgsrc-3c9a5ec0cb0c81ffe64bce036d33c097cb753c80.tar.gz |
USE_LIBINTL & BUILD_DEPENDS instead of DEPENDS on gettext.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/quicklist/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile index d3f7cab8e40..771d7590725 100644 --- a/databases/quicklist/Makefile +++ b/databases/quicklist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/04 01:15:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/04 02:53:51 wiz Exp $ # DISTNAME= quicklist-0.8.6 @@ -8,13 +8,11 @@ MASTER_SITES= ftp://ftp.quicklist.org/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.quicklist.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes +USE_LIBINTL= yes USE_X11BASE= yes -CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" - .include "../../mk/bsd.pkg.mk" |