diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-14 16:08:59 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-14 16:09:31 -0500 |
commit | 0bdd7733a7a8c94027d28228d162c874b57ed442 (patch) | |
tree | de84c26fc3f7e9f94e62e10c73fa4354605b4279 /editors | |
parent | sysutils/nut: Fix non-SERIAL pkg (diff) |
editors/lazarus-devel: Fix build
Reported by: pkg-fallout
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus-devel/Makefile | 4 |
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 |