aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-04-16 15:36:11 +0800
committerrobak <robak@FreeBSD.org>2015-04-16 15:36:11 +0800
commit78a360ca732957aac67e260914ece450ef639e70 (patch)
treee5a3dbf35955e68d17a8d487d90bb055a677364d /irc
parentd8ec913be202b3fb57e2d3a10c239240bea2cc00 (diff)
downloadfreebsd-ports-gnome-78a360ca732957aac67e260914ece450ef639e70.tar.gz
freebsd-ports-gnome-78a360ca732957aac67e260914ece450ef639e70.tar.zst
freebsd-ports-gnome-78a360ca732957aac67e260914ece450ef639e70.zip
irc/bip: add CPE info
PR: 199373 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
Diffstat (limited to 'irc')
-rw-r--r--irc/bip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile
index 195d54e1c2ed..518cde35c173 100644
--- a/irc/bip/Makefile
+++ b/irc/bip/Makefile
@@ -14,7 +14,8 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -Wno-sign-compare -Wno-error
-USES= gmake
+USES= cpe gmake
+CPE_VENDOR= duckcorp
INSTALL_TARGET= SUBDIR=src install-exec
USE_OPENSSL= yes