summaryrefslogtreecommitdiff
path: root/graphics/xsane
diff options
context:
space:
mode:
authorveego <veego>2000-11-04 23:36:12 +0000
committerveego <veego>2000-11-04 23:36:12 +0000
commit7eb8da736a3c50fa184a78c71af8c886affa8c81 (patch)
tree333e67bdc37afb59bddf5e8632f10b39cd602be3 /graphics/xsane
parent10ed242e83f2d255125573c7a5ddb0f8f96e4fca (diff)
downloadpkgsrc-7eb8da736a3c50fa184a78c71af8c886affa8c81.tar.gz
Add BUILD_DEPENDS for msgfmt, USE_LIBINTL=yes and LIBS="-lintl" to the
CONFIGURE_ENV line so it builds again after the gettext changes.
Diffstat (limited to 'graphics/xsane')
-rw-r--r--graphics/xsane/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 09b29ad5abb..c19c265a0b0 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/08/28 16:00:18 rh Exp $
+# $NetBSD: Makefile,v 1.19 2000/11/04 23:36:12 veego Exp $
#
DISTNAME= xsane-0.61
@@ -15,11 +15,13 @@ MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.wolfsburg.de/~rauch/sane/sane-xsane.html
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= sane>=1.0.3:../../graphics/sane
+USE_LIBINTL= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11BASE= YES
@@ -27,6 +29,6 @@ USE_X11BASE= YES
LDFLAGS+= -L${PREFIX}/lib/sane -Wl,-R${PREFIX}/lib/sane
INCLUDES= -I${PREFIX}/include -I${LOCALBASE}/include
CPPFLAGS+= ${INCLUDES}
-CONFIGURE_ENV+= INCLUDES="${INCLUDES}"
+CONFIGURE_ENV+= INCLUDES="${INCLUDES}" LIBS="-lintl"
.include "../../mk/bsd.pkg.mk"