diff options
author | pav <pav@FreeBSD.org> | 2004-06-07 19:19:45 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-07 19:19:45 +0000 |
commit | 7e91f7cca1e10a94e5844a262d091b25bb6ec784 (patch) | |
tree | 590c61c5776342e7e704e07c1af998403f755e03 /sysutils/barry | |
parent | 98f02b612047f5e3778bc5091125eee9ca1abe8c (diff) | |
download | FreeBSD-ports-7e91f7cca1e10a94e5844a262d091b25bb6ec784.zip FreeBSD-ports-7e91f7cca1e10a94e5844a262d091b25bb6ec784.tar.gz |
- Add dependency on portupgrade
PR: ports/67662, pending/67679
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer
Diffstat (limited to 'sysutils/barry')
-rw-r--r-- | sysutils/barry/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/barry/Makefile b/sysutils/barry/Makefile index 30beb07..83a0a59 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 |