diff options
author | cy <cy@FreeBSD.org> | 2017-02-19 14:45:10 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-02-19 14:45:10 +0800 |
commit | a5bca83984a77e495fdcfcacdcf8a6132843366b (patch) | |
tree | 42bebf4a79d7fa328258ef702c3aa7911e404e61 /print | |
parent | 30d919d0fa1c520fb063c166c86c1579884f8f66 (diff) | |
download | freebsd-ports-gnome-a5bca83984a77e495fdcfcacdcf8a6132843366b.tar.gz freebsd-ports-gnome-a5bca83984a77e495fdcfcacdcf8a6132843366b.tar.zst freebsd-ports-gnome-a5bca83984a77e495fdcfcacdcf8a6132843366b.zip |
Revert r421265. hplip is not a drop-in replacement for hpijs.
Pointy hat to: cy (yours truly)
Discovered by: cy
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 90a42d81dc81..483678c211b2 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.8 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ DIST_SUBDIR= apsfilter @@ -16,9 +16,8 @@ LICENSE_NAME= Postcard License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN= wrong run depends - -RUN_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash \ + hpijs:print/hpijs USES= tar:bzip2 USE_SUBMAKE= yes @@ -29,10 +28,9 @@ SUB_FILES= pkg-message OPTIONS_DEFINE=DOCS X11 GS PSUTILS ASCII CONVERT DVIPS FIG2DEV HTML2PS \ ATALK SAMBA COMPRESS MP3 OGG WAV -OPTIONS_DEFAULT=X11 GS PSUTILS ASCII CONVERT A4 HPLIP -OPTIONS_SINGLE=PAPERSIZE HP_SUPPORT +OPTIONS_DEFAULT=X11 GS PSUTILS ASCII CONVERT A4 +OPTIONS_SINGLE=PAPERSIZE OPTIONS_SINGLE_PAPERSIZE=A4 LETTER LETTERDJ -OPTIONS_SINGLE_HP_SUPPORT=HPIJS HPLIP NO_OPTIONS_SORT=yes PAPERSIZE_DESC= papersize A4_DESC= A4 papersize @@ -48,9 +46,6 @@ HTML2PS_DESC= HTML documents ATALK_DESC= remote printing on AppleTalk remote printer SAMBA_DESC= remote printing on Windows remote printer COMPRESS_DESC= print compressed documents -HP_SUPPORT_DESC= HP Print Support -HPIJS_DESC= Depend on hpijs port -HPLIP_DESC= Depend on hplip port DOCS_MAKE_ARGS= -DDOCS PORTDOCS= ANNOUNCE FAQ HOWTO-BUGREPORTS apsfilter4.png \ @@ -81,11 +76,6 @@ PSUFX= -letter .elif !empty(PORT_OPTIONS:MLETTERDJ) PSUFX= -letterdj .endif -.if !empty(PORT_OPTIONS:MHPIJS) -RUN_DEPENDS+= hpijs:print/hpijs -.elif !empty(PORT_OPTIONS:MHPLIP) -RUN_DEPENDS+= hpijs:print/hplip -.endif _DEPENDS_ASCII= a2ps:print/a2ps \ enscript:print/enscript${PSUFX} \ |