From fca4a2bcd6d97cf82eb70c2cc4fdb27ec8c4d969 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 31 Oct 2004 21:07:13 +0000 Subject: extension modules must be able to override CONFIGURE_ARGS, so include lang/php/ext.mk before setting CONFIGURE_ARGS --- net/php-ftp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/php-ftp') diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index 5d59dcc4956..75f23809284 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $ MODNAME= ftp PKGREVISION= # empty @@ -7,12 +7,13 @@ COMMENT= PHP extension for FTP access USE_BUILDLINK3= YES +.include "../../lang/php/ext.mk" + CONFIGURE_ARGS+= --enable-${MODNAME} # adjust so that the pkg gets built with SSL support LIBS+= -lssl -lcrypto CFLAGS+= -DHAVE_OPENSSL_EXT -.include "../../lang/php/ext.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3