aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-devel
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-14 21:08:59 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-14 21:09:31 +0000
commit0bdd7733a7a8c94027d28228d162c874b57ed442 (patch)
treede84c26fc3f7e9f94e62e10c73fa4354605b4279 /editors/lazarus-devel
parentf2c711214a126997199cdb84be677a53ed0251e2 (diff)
downloadports-0bdd7733a7a8c94027d28228d162c874b57ed442.tar.gz
ports-0bdd7733a7a8c94027d28228d162c874b57ed442.zip
editors/lazarus-devel: Fix build
Reported by: pkg-fallout
Diffstat (limited to 'editors/lazarus-devel')
-rw-r--r--editors/lazarus-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile
index ea4562f4a1ff..4701a1bdaecd 100644
--- a/editors/lazarus-devel/Makefile
+++ b/editors/lazarus-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lazarus
DISTVERSION= 3.0.0.20231028
PKGNAMESUFFIX?= -gtk2-devel
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= editors devel
DIST_SUBDIR= freepascal
@@ -52,7 +52,7 @@ SUB_LIST+= PORTSDIR="${PORTSDIR}"
RUN_DEPENDS+= ${LOCALBASE}/bin/gdb:devel/gdb
.endif
-.if ${PKGNAMESUFFIX} == "-gtk2"
+.if ${PKGNAMESUFFIX} == "-gtk2-devel"
USES+= gnome
USE_GNOME= cairo gtk20 gdkpixbuf2
.endif