diff options
Diffstat (limited to 'graphics/py-paint/Makefile')
-rw-r--r-- | graphics/py-paint/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile index c36fd3d8fb5a..4d9110826828 100644 --- a/graphics/py-paint/Makefile +++ b/graphics/py-paint/Makefile @@ -7,7 +7,7 @@ PORTNAME= paint PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,14 +16,15 @@ DISTNAME= pypaint-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple and flexible painting adaptor to libart for Python -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_PYTHON= yes USE_PYDISTUTILS= yes USE_FREETYPE= yes USE_GNOME= libartlgpl2 NO_WRKSUBDIR= yes -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype1 +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 \ + -I${LOCALBASE}/include/freetype1 LDFLAGS+= -L${LOCALBASE}/lib EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} |