summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-17 13:20:47 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-17 13:20:47 +0000
commit1a0ee4f5e77c298d5503793994485cf319ce54d1 (patch)
treebe2ce5a91a1aaa3cacb2f1b613a9a7e121bc9874 /print/apsfilter/Makefile
parentChange user/group from apache to www. (diff)
- depend on net/samba3 instead of old, forbiden net/samba [1] [2]
- pet portlint [3] - pkg-message -> files/pkg-message.in and add to SUB_LIST [3] - bump PROTREVISION for depends change [3] PR: ports/98456 [1], ports/99066 [2] Submitted by: Shaun Amott <shaun@inerd.com> [1], Gerard E. Seibert <ges@seibercom.net> [2] itetcu (me) [3] Approved by: andreas@ (maintainer, implicit because unreachable at the moment)
Notes
Notes: svn path=/head/; revision=165642
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index f30ccbc2ee69..73dc90f3701d 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.7
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -27,7 +28,7 @@ NO_X= yes
# XXX Hack. If you've done something like "-DWITHOUT_X11" on the command line
# (instead of WITHOUT_X11=true, or similar) gmake won't pick it up. So make
# sure that NO_X is defined *and* has a value.
-MAKE_ENV+= NO_X=true
+MAKE_ENV+= NO_X=true
.endif
#
@@ -44,7 +45,7 @@ USE_GHOSTSCRIPT_RUN= yes
# - WITHOUT_X11 toggles not to build tools that need X11, even if
# APSFILTER_ALL is set
# - PAPERSIZE Use PAPERSIZE as in a2ps port, default to letter.
-PAPERSIZE?= letter
+PAPERSIZE?= letter
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
.BEGIN:
@@ -96,7 +97,7 @@ RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig
.endif
# all possible remote printing support
RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk
-RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
+RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
.elif defined(BATCH)
#
# in normal batch/portbuilding mode (without building all)