diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-02-17 21:52:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-02-17 21:52:11 +0000 |
commit | 1558b60033b57d9f4123f6764feed11a12c203ff (patch) | |
tree | a83944ef87f7ee35f130f88716b49380f3638dc3 /net/xrdp | |
parent | 1b7fd9a38e02d2d5851b935492f5ff0a15ab7917 (diff) |
Notes
Diffstat (limited to 'net/xrdp')
-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 |