Index: head/mail/pear-Net_LMTP/Makefile =================================================================== --- head/mail/pear-Net_LMTP/Makefile (revision 381545) +++ head/mail/pear-Net_LMTP/Makefile (revision 381546) @@ -1,16 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Net_LMTP PORTVERSION= 1.0.2 CATEGORIES= mail www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR implementation of the RFC2033 LMTP protocol +LICENSE= PHP301 + BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pear +USES= pear .include