diff options
author | tron <tron> | 2005-07-21 10:59:01 +0000 |
---|---|---|
committer | tron <tron> | 2005-07-21 10:59:01 +0000 |
commit | 39314cbd6ee56c996a33e8745ad34c0180150653 (patch) | |
tree | 99afcfb35fa7fd4b6209b4008257a211ee2a6267 /x11 | |
parent | 486a37fcc06eaa33bc2816aae650af78292b664e (diff) | |
download | pkgsrc-39314cbd6ee56c996a33e8745ad34c0180150653.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" |