diff options
-rw-r--r-- | graphics/hpoj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 6fb5fb85795a..b9485048e6fa 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= vs@FreeBSD.org COMMENT= "HP OfficeJet Linux driver; printing, scanning, and photo-card access" +NOT_FOR_ARCHS= sparc64 ia64 + LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends \ usb:${PORTSDIR}/devel/libusb RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 |