Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,

and sort depends where appropriate.
This commit is contained in:
Adam Weinberger
2015-07-07 16:22:54 +00:00
parent 90b174bf84
commit b2fa1c69a6
8 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate massive sorted CDB files simply
BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \
BUILD_DEPENDS= cdbmake:${PORTSDIR}/databases/cdb \
p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
RUN_DEPENDS:= ${BUILD_DEPENDS}