Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 21:10:43 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0bdd7733a7a8 - main - editors/lazarus-devel: Fix build
Message-ID:  <202311142110.3AELAhDp065855@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0bdd7733a7a8c94027d28228d162c874b57ed442

commit 0bdd7733a7a8c94027d28228d162c874b57ed442
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-11-14 21:08:59 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-11-14 21:09:31 +0000

    editors/lazarus-devel: Fix build
    
    Reported by:    pkg-fallout
---
 editors/lazarus-devel/Makefile | 4 ++--
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311142110.3AELAhDp065855>