aboutsummaryrefslogtreecommitdiff
path: root/graphics/fpc-imlib/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-18 18:41:13 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-18 18:41:13 +0000
commitb9f5999732e7222774f10d977b14daa0de7edb33 (patch)
tree044201e303293fd0309f62c7913147adac234a3f /graphics/fpc-imlib/Makefile
parentd1e3ce6200d91f3614414d6fe681770741edf369 (diff)
downloadports-b9f5999732e7222774f10d977b14daa0de7edb33.tar.gz
ports-b9f5999732e7222774f10d977b14daa0de7edb33.zip
Notes
Diffstat (limited to 'graphics/fpc-imlib/Makefile')
-rw-r--r--graphics/fpc-imlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fpc-imlib/Makefile b/graphics/fpc-imlib/Makefile
index 1959af0991b8..8d9de11381e0 100644
--- a/graphics/fpc-imlib/Makefile
+++ b/graphics/fpc-imlib/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics lang
PKGNAMESUFFIX= -imlib
@@ -18,11 +18,11 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 \
${UNITSDIR}/opengl/Package.fpc:${PORTSDIR}/graphics/fpc-opengl
-USE_GNOME= imlib
-
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
+OPTIONS= IMLIB "Install imlib graphic library" on
+
.include "${MASTERDIR}/Makefile"