1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

editors/lazarus-devel: Fix build

Reported by:	pkg-fallout
This commit is contained in:
Jose Alonso Cardenas Marquez 2023-11-14 16:08:59 -05:00
parent f2c711214a
commit 0bdd7733a7
No known key found for this signature in database
GPG Key ID: 335B9246BA5E30F4

View File

@ -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