summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-04-16 07:36:11 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-04-16 07:36:11 +0000
commitcbf54be13cefe9e35acbd1347f083c4d545b7ee3 (patch)
treee5a3dbf35955e68d17a8d487d90bb055a677364d /irc
parentBump PORTREVISION after r384038 because it added patches for headers that (diff)
irc/bip: add CPE info
PR: 199373 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=384088
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