diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-01-31 19:14:08 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-01-31 19:14:08 +0000 |
commit | eaeb6ddb87b366a5f14e0ffee2bb076f47a41371 (patch) | |
tree | 037be778887b03797ebe6bcb73ea3601213d41bb /print | |
parent | af0b32c00019642b3164c6df9d188ded59c0dcc6 (diff) | |
download | ports-eaeb6ddb87b366a5f14e0ffee2bb076f47a41371.tar.gz ports-eaeb6ddb87b366a5f14e0ffee2bb076f47a41371.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 2 | ||||
-rw-r--r-- | print/cups-samba/Makefile | 2 | ||||
-rw-r--r-- | print/cups-smb-backend/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 2f7297e8847f..97af12a346df 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -20,7 +20,7 @@ USE_SUBMAKE= yes SUB_FILES+= pkg-message -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 # special arrangement for package building, build stuff without X11 # to make memory footprint of apsfilter package smaller diff --git a/print/cups-samba/Makefile b/print/cups-samba/Makefile index 8cabaeafee5b..1bc768c821ae 100644 --- a/print/cups-samba/Makefile +++ b/print/cups-samba/Makefile @@ -21,7 +21,7 @@ COMMENT= The Common UNIX Printing System: MS Windows client drivers RUN_DEPENDS= smbspool:${PORTSDIR}/${SAMBA_PORT} \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index 3198ac27926a..5935498b1531 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ NO_BUILD= yes PLIST_FILES= libexec/cups/backend/smb -SAMBA_PORT?= samba34 +SAMBA_PORT?= samba36 SUB_FILES= pkg-message do-install: |