diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
commit | b9f5999732e7222774f10d977b14daa0de7edb33 (patch) | |
tree | 044201e303293fd0309f62c7913147adac234a3f /graphics/fpc-libpng | |
parent | Avoid an icu crash in gimp by disabling optimizations. (diff) |
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
optionally.[1]
- Other tiny modifications
Suggested by: Ales Catona <almindor__at__gmail.com> [1]
Approved by: garga(mentor, implicit)
Diffstat (limited to 'graphics/fpc-libpng')
-rw-r--r-- | graphics/fpc-libpng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/fpc-libpng/Makefile b/graphics/fpc-libpng/Makefile index 5fb6bc484aa1..d4a586307a22 100644 --- a/graphics/fpc-libpng/Makefile +++ b/graphics/fpc-libpng/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -libpng @@ -15,11 +15,12 @@ COMMENT= Free Pascal interface to libpng, for reading PNG image files BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils \ ${UNITSDIR}/zlib/Package.fpc:${PORTSDIR}/devel/fpc-zlib -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +OPTIONS= LIBPNG "Install png library for manipulating PNG images" on + .include "${MASTERDIR}/Makefile" |