diff options
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 325353484494..492b5248e82c 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Apr 8 00:18:29 MET DST 1999 # Whom: domi@saargate.de # -# $Id: Makefile,v 1.1.1.1 1999/05/09 22:38:22 dirk Exp $ +# $Id: Makefile,v 1.2 1999/05/12 22:34:59 asami Exp $ # DISTNAME= xsane-0.22 @@ -13,20 +13,22 @@ MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \ MAINTAINER= domi@saargate.de -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ sane.1:${PORTSDIR}/graphics/sane \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN1= xsane.1 -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.pre.mk> |