diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /graphics/sane-epkowa | |
parent | 0f9366f9540135d821fe5b190c32ad41f65eee57 (diff) |
Notes
Diffstat (limited to 'graphics/sane-epkowa')
-rw-r--r-- | graphics/sane-epkowa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index d805766f5ee7..1c4726cc1407 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -45,14 +45,14 @@ PORTVERSION= 2.11.0 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://lx1.avasys.jp/iscan/${PORTVERSION}/ -DISTNAME= iscan_${PORTVERSION}-1 +DISTNAME= iscan_${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= The sane-epkowa driver for FreeBSD # use the following two lines for 2.15.0 # MASTER_SITES=http://linux.avasys.jp/drivers/iscan/${PORTVERSION}/ -# DISTNAME= iscan_${PORTVERSION}-3 +# DISTNAME= iscan_${PORTVERSION}-3 WRKSRC=${WRKDIR}/iscan-${PORTVERSION} @@ -74,7 +74,7 @@ USE_GNOME= gtk20 # Also pass appropriate flags to configure to use FreeBSD locations. USES= gmake pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include +CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include .include <bsd.port.pre.mk> |