summaryrefslogtreecommitdiff
path: root/graphics/xsane/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r--graphics/xsane/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 053d345fab0..09b29ad5abb 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2000/08/14 21:55:25 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2000/08/28 16:00:18 rh Exp $
#
-DISTNAME= xsane-0.51
+DISTNAME= xsane-0.61
CATEGORIES= graphics
MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \
@@ -18,13 +18,15 @@ HOMEPAGE= http://www.wolfsburg.de/~rauch/sane/sane-xsane.html
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
-DEPENDS+= gtk+>=1.2.7:../../x11/gtk
-DEPENDS+= sane-1.0.1:../../graphics/sane
+DEPENDS+= sane>=1.0.3:../../graphics/sane
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11BASE= YES
-CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include
+LDFLAGS+= -L${PREFIX}/lib/sane -Wl,-R${PREFIX}/lib/sane
+INCLUDES= -I${PREFIX}/include -I${LOCALBASE}/include
+CPPFLAGS+= ${INCLUDES}
+CONFIGURE_ENV+= INCLUDES="${INCLUDES}"
.include "../../mk/bsd.pkg.mk"