summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-12-28 12:47:09 +0000
committerjmmv <jmmv>2003-12-28 12:47:09 +0000
commit93bdc5062d97cb9fe344cc163d18f3caf2bccca1 (patch)
treef479c77f25f76061f15a473c7b54700e4f12092f /x11/xscreensaver
parentba39ac50de22c064d23849992f2a1843c9bf3f69 (diff)
downloadpkgsrc-93bdc5062d97cb9fe344cc163d18f3caf2bccca1.tar.gz
This needs gettext-lib (fixes installation on NetBSD 1.5).
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index 5b486b5e4b2..21835d75e7a 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.63 2003/12/27 18:43:13 fredb Exp $
+# $NetBSD: Makefile.common,v 1.64 2003/12/28 12:47:09 jmmv Exp $
#
DISTNAME= xscreensaver-4.14
@@ -9,6 +9,8 @@ MASTER_SITES= ${HOMEPAGE} \
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.jwz.org/xscreensaver/
+BUILD_USES_MSGFMT= yes
+
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
@@ -61,5 +63,6 @@ CFLAGS+= -fno-strict-aliasing
USE_PKGSRC_GCC= # defined
.endif
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../graphics/gle/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"