diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-04 18:10:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-04 18:10:22 +0000 |
commit | 73ceb93603dc54b504427409a68445747c63edf5 (patch) | |
tree | d66f6a3171f6c6284f6ce07427f18dc90b0ef709 /x11 | |
parent | 907a59d7da9d9bf0056a5e1c5cc23a8126f13cba (diff) | |
download | pkgsrc-73ceb93603dc54b504427409a68445747c63edf5.tar.gz |
gettext DEPENDency is gone. All hail USE_LIBINTL! (and BUILD_DEPENDENDS,
of course).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 1994a1b976e..835206aa0a6 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/10/15 02:38:59 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/01/04 18:10:22 wiz Exp $ DISTNAME= xfce-3.5.2 CATEGORIES= x11 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.xfce.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-1.9.*:../../graphics/imlib @@ -15,6 +15,7 @@ USE_X11= # defined USE_XPM= # defined USE_X11BASE= # defined +USE_LIBINFO= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -32,7 +33,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" # work around bug in configure script CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes" -CPPFLAGS+= -I${LOCALBASE}/include # libintl.h CPPFLAGS+= -I${X11BASE}/include # dependent includes for xpm.h .include "../../mk/bsd.pkg.mk" |