From c57e45de900eab1ac87e184afbcef945654f3a32 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Tue, 26 Sep 2006 15:41:42 +0000 Subject: - use fixed PKGNAMEPREFIX instead of dynamic one based on PHP_VER - set IGNORE_WITH_PHP/DEFAULT_PHP_VER to avoid confusion Noticed by: erwin, ale --- graphics/php5-imlib2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/php5-imlib2') diff --git a/graphics/php5-imlib2/Makefile b/graphics/php5-imlib2/Makefile index b7ed2e504b79..742b75f7a90c 100644 --- a/graphics/php5-imlib2/Makefile +++ b/graphics/php5-imlib2/Makefile @@ -9,7 +9,7 @@ PORTNAME= imlib2 PORTVERSION= 0.1.00 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= php${PHP_VER}- +PKGNAMEPREFIX= php5- EXTRACT_SUFX= .tgz MAINTAINER= leeym@FreeBSD.org @@ -19,7 +19,8 @@ LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2 USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER?=5 +IGNORE_WITH_PHP=4 +DEFAULT_PHP_VER=5 # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 -- cgit v1.2.3