diff options
author | demon <demon@FreeBSD.org> | 2015-03-05 21:56:36 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-03-05 21:56:36 +0800 |
commit | 34d9d08e66333ef481340e4bb708881d66f86616 (patch) | |
tree | 2f82f13af40b81d3aa2ddea037d703bb33523322 /net | |
parent | 151794f6dd243f7485bdae5a8940a152cbb253e7 (diff) | |
download | freebsd-ports-gnome-34d9d08e66333ef481340e4bb708881d66f86616.tar.gz freebsd-ports-gnome-34d9d08e66333ef481340e4bb708881d66f86616.tar.zst freebsd-ports-gnome-34d9d08e66333ef481340e4bb708881d66f86616.zip |
Add CPE.
PR: 197525, 197526
Submitted by: shun.fbsd.pr@dropcut.net
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy-devel/Makefile | 2 | ||||
-rw-r--r-- | net/haproxy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index c52af85aa619..14f09fc737ad 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= multi IGNORE= No devel version available at this time -USES= gmake +USES= cpe gmake CONFLICTS= haproxy-[1234567890]\* USE_RC_SUBR= haproxy SUB_FILES= pkg-message diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 513a0f21186d..65bcc907beae 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= multi CONFLICTS= haproxy-devel-[0-9]* -USES= gmake +USES= cpe gmake USE_RC_SUBR= haproxy SUB_FILES= pkg-message |