diff options
author | vs <vs@FreeBSD.org> | 2007-02-01 17:11:46 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-02-01 17:11:46 +0800 |
commit | 280907429040bce7145185bbcce79952f81aced7 (patch) | |
tree | a3b8afbd714d5df6c8df901a8d6e25c5c44c54b5 | |
parent | ba4971c0fc3d73b7c9a6e1f68e5174c29f899854 (diff) | |
download | freebsd-ports-gnome-280907429040bce7145185bbcce79952f81aced7.tar.gz freebsd-ports-gnome-280907429040bce7145185bbcce79952f81aced7.tar.zst freebsd-ports-gnome-280907429040bce7145185bbcce79952f81aced7.zip |
- drop BASH2 option;
- drop RUN_DEPENDS on shells/bash2;
- DEPRECATE the port and set EXPIRATION_DATE=2007-07-01:
the project is no longer being developed, all future MFP support
is being done by the HPLIP project (print/hplip)
PR: ports/108630
Submitted by: bsam@
-rw-r--r-- | graphics/hpoj/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 2de3ec7d14a3..bb58c2a97f4b 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -19,17 +19,15 @@ COMMENT= HP OfficeJet Linux driver; printing, scanning, and photo-card access NOT_FOR_ARCHS= sparc64 ia64 +DEPRECATED= the project is no longer being developed, all future MFP support is being done by the HPLIP project (print/hplip) +EXPIRATION_DATE=2007-07-01 + LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends \ usb:${PORTSDIR}/devel/libusb -.if defined(WITH_BASH2) -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 -.else RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -.endif OPTIONS= CUPS "CUPS support" on \ - SNMP "SNMP support (required for JetDirect)" on \ - BASH2 "Depend on older bash" off + SNMP "SNMP support (required for JetDirect)" on .if defined(WITH_X11) USE_QT_VER= 3 @@ -66,7 +64,7 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}/include/net-snmp/library CONFIGURE_ARGS+=--without-snmp .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_PERL5= yes |