diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-28 00:00:26 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-28 00:00:26 +0800 |
commit | c5f6ac09519c1785849f7594e34002339744acff (patch) | |
tree | a41583195bf11eaddcc25d81461b4a49df2cefca /print/xfce4-print | |
parent | c36b048feeda3fbfb1d25ab09445bd785e3bfe05 (diff) | |
download | freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.tar.gz freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.tar.zst freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.zip |
Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.
Approved by: dinoex (maintainer) [1]
Diffstat (limited to 'print/xfce4-print')
-rw-r--r-- | print/xfce4-print/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 8998c1befe5d..f42ecbb84d67 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-print PORTVERSION= 4.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/archive/xfprint/${PORTVERSION:R} @@ -13,6 +13,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 graphical frontend for printing +BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps +RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes @@ -50,12 +53,8 @@ PLIST_SUB+= LPR="@comment " .if ${PORT_OPTIONS:MLETTER} CONFIGURE_ARGS+=--enable-letter -BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter -RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter .else CONFIGURE_ARGS+=--disable-letter -BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 -RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 .endif post-patch: |