svn commit: r384088 - head/irc/bip
Bartek Rutkowski
robak at FreeBSD.org
Thu Apr 16 07:36:12 UTC 2015
Author: robak
Date: Thu Apr 16 07:36:11 2015
New Revision: 384088
URL: https://svnweb.freebsd.org/changeset/ports/384088
Log:
irc/bip: add CPE info
PR: 199373
Submitted by: Shun <shun.fbsd.pr at dropcut.net>
Approved by: portmgr blanket
Modified:
head/irc/bip/Makefile
Modified: head/irc/bip/Makefile
==============================================================================
--- head/irc/bip/Makefile Thu Apr 16 07:33:11 2015 (r384087)
+++ head/irc/bip/Makefile Thu Apr 16 07:36:11 2015 (r384088)
@@ -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
More information about the svn-ports-head
mailing list