The following reply was made to PR ports/176375; it has been noted by GNATS.
From: Ruslan Makhmatkhanov <[email protected]> To: Geoff Garside <[email protected]> Cc: [email protected] Subject: Re: ports/176375: [PATCH] sysutils/py-salt-api: fix build and removal Date: Sat, 23 Feb 2013 23:55:08 +0400 Hi Geoff, Geoff Garside wrote on 23.02.2013 21:14: > >> Number: 176375 >> Category: ports >> Synopsis: [PATCH] sysutils/py-salt-api: fix build and removal [...] > -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt > +BUILD_DEPENDS+= salt:${PORTSDIR}/sysutils/py-salt it's ok to leave ${PYTHON_PKGNAMEPREFIX}, but it should be used like this (note the version specification): BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt -- Regards, Ruslan Tinderboxing kills... the drives. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
