diff options
author | mat <mat@FreeBSD.org> | 2018-07-09 16:55:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-07-09 16:55:17 +0800 |
commit | 7b2d10dfb5515e8e7f086491fa1785c2973879c2 (patch) | |
tree | efd891682b9d68c8e7c2d596e61ec0258d767900 /www/p5-WebService-CIA | |
parent | 5d11cab4c3b9d5717ef5f00a5bf7396ff4d5998e (diff) | |
download | freebsd-ports-gnome-7b2d10dfb5515e8e7f086491fa1785c2973879c2.tar.gz freebsd-ports-gnome-7b2d10dfb5515e8e7f086491fa1785c2973879c2.tar.zst freebsd-ports-gnome-7b2d10dfb5515e8e7f086491fa1785c2973879c2.zip |
Fix last commit.
Sponsored by: Absolight
Diffstat (limited to 'www/p5-WebService-CIA')
-rw-r--r-- | www/p5-WebService-CIA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WebService-CIA/Makefile b/www/p5-WebService-CIA/Makefile index 48e0d492eb00..3fb0046c9481 100644 --- a/www/p5-WebService-CIA/Makefile +++ b/www/p5-WebService-CIA/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Information from the CIA World Factbook -BUILD_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ p5-libwww>=0:www/p5-libwww \ p5-MLDBM>=0:databases/p5-MLDBM |