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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/kpopup/Makefile | 2 | ||||
-rw-r--r-- | net-im/linpopup/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/kpopup/Makefile b/net-im/kpopup/Makefile index 4e55af1cd67f..6aed0122cf5b 100644 --- a/net-im/kpopup/Makefile +++ b/net-im/kpopup/Makefile @@ -19,7 +19,7 @@ COMMENT= KDE program for sending and receiving MS Windows WinPopup messages RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 SUB_FILES= pkg-message diff --git a/net-im/linpopup/Makefile b/net-im/linpopup/Makefile index 9eee7f7a3704..456366ec2ddb 100644 --- a/net-im/linpopup/Makefile +++ b/net-im/linpopup/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_XORG= x11 xmu USE_GNOME= gtk12 |