git: 106bf5e5d7c1 - main - www/surf: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:15:27 UTC 2021


The branch main has been updated by decke:

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

commit 106bf5e5d7c19b473782661927d03f9be174c4c8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 15:10:36 +0000
Commit:     Bernhard Froehlich <decke at 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


More information about the dev-commits-ports-main mailing list