diff options
author | pav <pav@FreeBSD.org> | 2004-06-08 03:19:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-08 03:19:45 +0800 |
commit | 7e91f7cca1e10a94e5844a262d091b25bb6ec784 (patch) | |
tree | 590c61c5776342e7e704e07c1af998403f755e03 | |
parent | 98f02b612047f5e3778bc5091125eee9ca1abe8c (diff) | |
download | freebsd-ports-graphics-7e91f7cca1e10a94e5844a262d091b25bb6ec784.tar.gz freebsd-ports-graphics-7e91f7cca1e10a94e5844a262d091b25bb6ec784.tar.zst freebsd-ports-graphics-7e91f7cca1e10a94e5844a262d091b25bb6ec784.zip |
- Add dependency on portupgrade
PR: ports/67662, pending/67679
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer
-rw-r--r-- | ports-mgmt/barry/Makefile | 3 | ||||
-rw-r--r-- | sysutils/barry/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile index 30beb07af84..83a0a593be3 100644 --- a/ports-mgmt/barry/Makefile +++ b/ports-mgmt/barry/Makefile @@ -14,6 +14,9 @@ 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 + USE_BZIP2= yes USE_KDELIBS_VER=3 USE_REINPLACE= yes diff --git a/sysutils/barry/Makefile b/sysutils/barry/Makefile index 30beb07af84..83a0a593be3 100644 --- a/sysutils/barry/Makefile +++ b/sysutils/barry/Makefile @@ -14,6 +14,9 @@ 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 + USE_BZIP2= yes USE_KDELIBS_VER=3 USE_REINPLACE= yes |