diff options
Diffstat (limited to 'graphics/php-exif/Makefile')
-rw-r--r-- | graphics/php-exif/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/php-exif/Makefile b/graphics/php-exif/Makefile index 623f1ae071d..1b124bee70b 100644 --- a/graphics/php-exif/Makefile +++ b/graphics/php-exif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $ MODNAME= exif CATEGORIES+= graphics @@ -7,8 +7,7 @@ COMMENT= PHP extension to extract information from EXIF headers USE_BUILDLINK3= YES -.include "../../lang/php/ext.mk" - CONFIGURE_ARGS+= --with-${MODNAME}=shared +.include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" |