diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /graphics/sane-backends | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 8a35a193567d..0ac2875e5d83 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -7,7 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ @@ -18,11 +18,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} \ MAINTAINER= ports@FreeBSD.org COMMENT= API for access to scanners, digitals camera, frame grabbers etc -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - usb-0.1.7:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |