From fb63b5ddbe238c5eb92067f0dc37737c40a0a5c3 Mon Sep 17 00:00:00 2001 From: bad Date: Wed, 1 Sep 1999 17:09:53 +0000 Subject: s!/usr/pkg!${LOCALBASE}! in the CONFIGURE_ARGS. Noticed by kev@drule.org (Kevin). Bricks fly off into the ether. --- www/php3-snmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/php3-snmp') diff --git a/www/php3-snmp/Makefile b/www/php3-snmp/Makefile index 23e931469c9..37eed28924f 100644 --- a/www/php3-snmp/Makefile +++ b/www/php3-snmp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/04 03:57:44 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/01 17:09:56 bad Exp $ # PKGNAME= php-snmp-${PHP_VERSION} DEPENDS+= ucd-snmp-3.6.1p1:../../net/ucd-snmp -CONFIGURE_ARGS+=--with-snmp=/usr/pkg +CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} BUILDING_EXTENSION_MODULE=yes -- cgit v1.2.3