aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fpc-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fpc-gtk/Makefile')
-rw-r--r--x11-toolkits/fpc-gtk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/fpc-gtk/Makefile b/x11-toolkits/fpc-gtk/Makefile
index f58a6878befd..0a1836442ee7 100644
--- a/x11-toolkits/fpc-gtk/Makefile
+++ b/x11-toolkits/fpc-gtk/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -gtk
@@ -18,13 +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= gtk12
-
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-HAVE_EXAMPLES= true
-OPT=-CX -Fu${WRKDIR}/${WRKUNITDIR}/*
+
+OPTIONS= GTK1 "Gimp Toolkit for X11 GUI (version 1.x)" on
.include "${MASTERDIR}/Makefile"