had MODULES double defined, so MODULES=converters/libiconv wasn't set
anymore.... noticed by steven@
This commit is contained in:
parent
15fdadec68
commit
d1e1122b8a
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.23 2006/12/06 17:04:01 jasper Exp $
|
# $OpenBSD: Makefile,v 1.24 2006/12/06 21:54:08 jasper Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= "module to interface with the GD graphics library"
|
COMMENT= "module to interface with the GD graphics library"
|
||||||
|
|
||||||
DISTNAME= GD-2.30
|
DISTNAME= GD-2.30
|
||||||
PKGNAME= p5-${DISTNAME}p0
|
PKGNAME= p5-${DISTNAME}p1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
HOMEPAGE= http://stein.cshl.org/WWW/software/GD
|
HOMEPAGE= http://stein.cshl.org/WWW/software/GD
|
||||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
WANTLIB= fontconfig freetype iconv jpeg m png z
|
WANTLIB= fontconfig freetype jpeg m png z
|
||||||
|
|
||||||
LIB_DEPENDS= gd.>=20.28::graphics/gd
|
LIB_DEPENDS= gd.>=20.28::graphics/gd
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ MODULES= converters/libiconv
|
|||||||
|
|
||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
|
|
||||||
MODULES= cpan
|
MODULES+= cpan
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user