diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 18:30:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 18:30:17 +0000 |
commit | 65cd32c3a96c274dee77e39d1fc91b92b850a8c4 (patch) | |
tree | 2ae6de058230492b8081ea6658e838ea6c85a218 /print | |
parent | a989fcb6b8e0755bf92df43d5058a28ed786dc04 (diff) |
- Add optional SAMBA_PORT var and point it as default to net/samba34
- Bump necessary PORTREVISION
Notes
Notes:
svn path=/head/; revision=261167
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index d34e7768b3d2..4bc422333e65 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ @@ -20,6 +20,8 @@ USE_SUBMAKE= yes SUB_FILES+= pkg-message +SAMBA_PORT?= net/samba34 + # special arrangement for package building, build stuff without X11 # to make memory footprint of apsfilter package smaller .if defined(BATCH) && defined(PACKAGE_BUILDING) @@ -98,7 +100,7 @@ RUN_DEPENDS+= wavplay:${PORTSDIR}/audio/wavplay .endif # all possible remote printing support RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} .elif defined(BATCH) # # in normal batch/portbuilding mode (without building all) |