aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-15 20:32:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-15 20:32:03 +0000
commit447a4fa15779ad6ac82b20289ac3b6be80956b14 (patch)
tree4b9ed80831b06425562cad9c54442bafc5adc570
parent5d71d49e8deeaffee9e475945560bfa9f0ade762 (diff)
downloadports-447a4fa15779ad6ac82b20289ac3b6be80956b14.tar.gz
ports-447a4fa15779ad6ac82b20289ac3b6be80956b14.zip
databases/pear-DBA_Relational: Add missing RUN_DEPENDS
- Add NO_ARCH - Bump PORTREVISION for dependency change
-rw-r--r--databases/pear-DBA_Relational/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile
index 90541b20a032..02b7e3747c71 100644
--- a/databases/pear-DBA_Relational/Makefile
+++ b/databases/pear-DBA_Relational/Makefile
@@ -2,6 +2,7 @@
PORTNAME= DBA_Relational
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= databases www pear
MAINTAINER= sunpoet@FreeBSD.org
@@ -9,8 +10,12 @@ COMMENT= Berkely-style database abstraction class
LICENSE= LGPL3
+RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}DBA>=0:databases/pear-DBA@${PHP_FLAVOR}
+
USES= pear
+NO_ARCH= yes
+
PORTSCOUT= skipv:0.19
.include <bsd.port.mk>