Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:15:26 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 106bf5e5d7c1 - main - www/surf: Add CPE information
Message-ID:  <202109301515.18UFFQxb047359@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=106bf5e5d7c19b473782661927d03f9be174c4c8

commit 106bf5e5d7c19b473782661927d03f9be174c4c8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 15:10:36 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 15:14:26 +0000

    www/surf: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/surf/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/surf/Makefile b/www/surf/Makefile
index a69750d3713b..56f26fefacf1 100644
--- a/www/surf/Makefile
+++ b/www/surf/Makefile
@@ -19,10 +19,12 @@ RUN_DEPENDS=	dmenu:x11/dmenu \
 		curl:ftp/curl \
 		xterm:x11/xterm
 
-USES=		compiler:c11 gnome pkgconfig xorg
+USES=		compiler:c11 cpe gnome pkgconfig xorg
 USE_GNOME=	gtk30 pango cairo gdkpixbuf2
 USE_XORG=	x11
 
+CPE_VENDOR=	suckless
+
 CONFLICTS=	surf-1* # math/surf
 
 DESKTOP_ENTRIES="Surf" "" "${PREFIX}/share/pixmaps/surf.png" "surf" "" true



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