=================================================================== RCS file: /cvs/ports/graphics/sk1project/libs/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/graphics/sk1project/libs/Attic/Makefile 2010/05/22 16:52:52 1.3 +++ ports/graphics/sk1project/libs/Attic/Makefile 2010/10/23 13:39:51 1.4 @@ -1,21 +1,21 @@ -# $OpenBSD: Makefile,v 1.3 2010/05/22 15:52:52 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/23 12:39:51 yason Exp $ COMMENT = sK1 libs DISTNAME = sk1libs-${V} -MASTER_SITES = ${HOMEPAGE}/downloads/sk1/${V}/ - MODULES = lang/python -LIB_DEPENDS = lcms::graphics/lcms +WANTLIB = freetype jpeg lcms z -MAKE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +LIB_DEPENDS = ::graphics/lcms + +MAKE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${X11BASE}/include/freetype2" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" NO_REGRESS = Yes -WRKDIST = ${WRKDIR}/sk1libs-0.9.1 +#WRKDIST = ${WRKDIR}/sk1libs-0.9.1 do-configure: perl -pi -e 's,python,${MODPY_BIN},g' ${WRKSRC}/setup.py