diff options
-rw-r--r-- | ports-mgmt/barry/Makefile | 4 | ||||
-rw-r--r-- | sysutils/barry/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile index 83a0a593be3b..3f729400cb7c 100644 --- a/ports-mgmt/barry/Makefile +++ b/ports-mgmt/barry/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \ MAINTAINER= so14k@so14k.com COMMENT= A nice KDE frontend to the ports system -BUILD_DEPENDS= portsdb:${PORTSDIR}/sysutils/portupgrade -RUN_DEPENDS= portsdb:${PORTSDIR}/sysutils/portupgrade +BUILD_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade +RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade USE_BZIP2= yes USE_KDELIBS_VER=3 diff --git a/sysutils/barry/Makefile b/sysutils/barry/Makefile index 83a0a593be3b..3f729400cb7c 100644 --- a/sysutils/barry/Makefile +++ b/sysutils/barry/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \ MAINTAINER= so14k@so14k.com COMMENT= A nice KDE frontend to the ports system -BUILD_DEPENDS= portsdb:${PORTSDIR}/sysutils/portupgrade -RUN_DEPENDS= portsdb:${PORTSDIR}/sysutils/portupgrade +BUILD_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade +RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade USE_BZIP2= yes USE_KDELIBS_VER=3 |