diff options
author | swills <swills@FreeBSD.org> | 2013-02-18 05:52:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-02-18 05:52:11 +0800 |
commit | d2bcc6419ecc1378415c526330feaf5821f7a887 (patch) | |
tree | a83944ef87f7ee35f130f88716b49380f3638dc3 | |
parent | 941ba2793823edf460c1f64f4f631f695ce7bd6b (diff) | |
download | freebsd-ports-gnome-d2bcc6419ecc1378415c526330feaf5821f7a887.tar.gz freebsd-ports-gnome-d2bcc6419ecc1378415c526330feaf5821f7a887.tar.zst freebsd-ports-gnome-d2bcc6419ecc1378415c526330feaf5821f7a887.zip |
- Add CONFLICTS with net/xrdp-devel
PR: ports/175675
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
-rw-r--r-- | net/xrdp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index a8cdf8925860..5ae5e6099680 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= xrdp PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/xrdp/xrdp/${PORTVERSION} @@ -27,6 +27,7 @@ USE_RC_SUBR= xrdp CONFIGURE_ARGS= --localstatedir=/var LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +CONFLICTS= xrdp-devel-[0-9]* USE_LDCONFIG= ${PREFIX}/lib/xrdp |