aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-Structures_DataGrid_DataSource_PDO
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 14:14:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 14:14:19 +0000
commit427938c0ffd5ba0c6b1e45cff4490585459f12a6 (patch)
tree0e4dc81cc360a9a3db5cc22bbec6952018cef4d2 /databases/pear-Structures_DataGrid_DataSource_PDO
parent71344a20489f06a4196155c87a5512705c1e5325 (diff)
downloadports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.tar.gz
ports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.zip
Convert to USES=pear
Use options helpers
Notes
Notes: svn path=/head/; revision=369062
Diffstat (limited to 'databases/pear-Structures_DataGrid_DataSource_PDO')
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_PDO/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
index 2d4622df898a..3b654bf5e3e6 100644
--- a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
@@ -11,8 +11,6 @@ COMMENT= DataSource driver using PHP Data Objects (PDO) and an SQL query
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>