diff options
author | timur <timur@FreeBSD.org> | 2013-02-01 03:14:08 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2013-02-01 03:14:08 +0800 |
commit | fd9bd266b502474f79d64ec44a13af818f177fcb (patch) | |
tree | 037be778887b03797ebe6bcb73ea3601213d41bb /print | |
parent | 1b144c6043fd46d2cd52f793aa5c19b8f1acb148 (diff) | |
download | freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.tar.gz freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.tar.zst freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.zip |
Update ports that refer to net/samba34 to use newer net/samba36
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: |