diff options
author | tron <tron@pkgsrc.org> | 2005-07-21 10:59:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-07-21 10:59:01 +0000 |
commit | b42da084d8182e3f48081f7be8e0b7a81b7a8abd (patch) | |
tree | 99afcfb35fa7fd4b6209b4008257a211ee2a6267 /x11 | |
parent | 99c338420ce32e972a6cd9235f2f68d7cc5f52c1 (diff) | |
download | pkgsrc-b42da084d8182e3f48081f7be8e0b7a81b7a8abd.tar.gz |
Rewrite last change a bit because the check didn't work properly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index edb3f6db228..299f47b95ad 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2005/07/21 10:43:23 tron Exp $ +# $NetBSD: Makefile,v 1.75 2005/07/21 10:59:01 tron Exp $ COMMENT= Screen saver and locker for the X window system PKGREVISION= 1 @@ -13,11 +13,11 @@ CONFIGURE_ARGS+= --without-gtk CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config -.if exists(${PREFIX}/${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xscreensaver.mo) +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" + +.if exists(${WRKSRC}/po/ca.gmo) PLIST_SUBST+= OLD_GETTEXT= .else PLIST_SUBST+= OLD_GETTEXT="@comment " .endif - -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |