diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-08-25 16:35:33 +0800 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-08-25 16:35:33 +0800 |
commit | fb2ad52d2a1cedc16d7214e23d622c197181efc1 (patch) | |
tree | 249397a679f96044aac37be7f113f1e94ecbffea /net-im | |
parent | 0fd5531735eea4f96618973d0815d994a42c3510 (diff) | |
download | freebsd-ports-gnome-fb2ad52d2a1cedc16d7214e23d622c197181efc1.tar.gz freebsd-ports-gnome-fb2ad52d2a1cedc16d7214e23d622c197181efc1.tar.zst freebsd-ports-gnome-fb2ad52d2a1cedc16d7214e23d622c197181efc1.zip |
Switch dependency from net/samba to net/samba3 since the former
is going to be removed and the later provides the required executable
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linpopup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/linpopup/Makefile b/net-im/linpopup/Makefile index e52915aea246..87b2de57999c 100644 --- a/net-im/linpopup/Makefile +++ b/net-im/linpopup/Makefile @@ -15,7 +15,7 @@ DISTNAME= LinPopUp-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= X11 port of WinPopup -RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba +RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src ALL_TARGET= |