diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-07-17 19:31:44 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-07-17 19:31:44 +0000 |
commit | 20903e393aafbd213f0023818df83c634acdff98 (patch) | |
tree | f584ccffa8b4813b47aa2781208c5fc1523866a0 /graphics/grx | |
parent | 0e1d2d41379c64bccbfd2f3f6b48235dcbd89e7b (diff) | |
download | FreeBSD-ports-20903e393aafbd213f0023818df83c634acdff98.zip FreeBSD-ports-20903e393aafbd213f0023818df83c634acdff98.tar.gz |
- Fix building (missing ':' in LIB_DEPENDS).
Reported by: linimon
Diffstat (limited to 'graphics/grx')
-rw-r--r-- | graphics/grx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index 45f54d3..ac9f425 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 |