aboutsummaryrefslogtreecommitdiff
path: root/graphics/grx
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-07-17 19:31:44 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-07-17 19:31:44 +0000
commitd8a6189c743f0399fedf66acb573f3ebfe8b9ed9 (patch)
tree18616acbf4d5accdab427fae8338c0f6a4b060cc /graphics/grx
parent737f1f288e7f6ffafb687a28b7acee1aec7ba40f (diff)
downloadports-d8a6189c743f0399fedf66acb573f3ebfe8b9ed9.tar.gz
ports-d8a6189c743f0399fedf66acb573f3ebfe8b9ed9.zip
Notes
Diffstat (limited to 'graphics/grx')
-rw-r--r--graphics/grx/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index 45f54d3a9fb4..ac9f425ac8b6 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A 2D graphics library
-BROKEN= fails to compile
-
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -67,7 +65,7 @@ CONFIGURE_ARGS+=--disable-jpeg
.endif
.if defined(WITH_PNG)
-LIB_DEPENDS+= png.5${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
CONFIGURE_ARGS+=--enable-png
.else
CONFIGURE_ARGS+=--disable-png