pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/php-oci8 mark as only for linux and sunos, t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/facf4c8ebbc8
branches:  trunk
changeset: 353470:facf4c8ebbc8
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Oct 05 22:09:39 2016 +0000

description:
mark as only for linux and sunos, to quell expectations

diffstat:

 databases/php-oci8/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d401bc9a61ce -r facf4c8ebbc8 databases/php-oci8/Makefile
--- a/databases/php-oci8/Makefile       Wed Oct 05 20:28:20 2016 +0000
+++ b/databases/php-oci8/Makefile       Wed Oct 05 22:09:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/02 21:25:39 asau Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/05 22:09:39 jdolecek Exp $
 
 MODNAME=               oci8
 CATEGORIES+=           databases
@@ -17,5 +17,7 @@
 BUILDLINK_PASSTHRU_DIRS+=       ${ORACLE_HOME}
 CONFIGURE_ARGS+=               --with-${MODNAME}=shared,${ORACLE_HOME}
 
+ONLY_FOR_PLATFORM=      Linux-*-* SunOS-*-*
+
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index