diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/xrdp-devel | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net/xrdp-devel')
-rw-r--r-- | net/xrdp-devel/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index 032bec3855be..db0a28d98af9 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFLICTS= xrdp-[0-9]* # xrdp v0.7 is not compatible with current net/freerdp (1.0.2) -#BUILD_DEPENDS+= freerdp>=1.0.2:${PORTSDIR}/net/freerdp +#BUILD_DEPENDS+= freerdp>=1.0.2:net/freerdp #CONFIGURE_ARGS+= --enable-freerdp1 OPTIONS_DEFINE= DEBUG SOUND @@ -48,16 +48,16 @@ JP106_DESC= Install Japanese JP106 keymap # Which Xserver to use .if ${PORT_OPTIONS:MREALVNC} -RUN_DEPENDS= Xvnc:${PORTSDIR}/net/vnc +RUN_DEPENDS= Xvnc:net/vnc .endif .if ${PORT_OPTIONS:MTIGERVNC} -RUN_DEPENDS= Xvnc:${PORTSDIR}/net/tigervnc +RUN_DEPENDS= Xvnc:net/tigervnc .endif .if ${PORT_OPTIONS:MTIGHTVNC} -RUN_DEPENDS= Xvnc:${PORTSDIR}/net/tightvnc +RUN_DEPENDS= Xvnc:net/tightvnc .endif .if ${PORT_OPTIONS:MTRIDIAVNC} -RUN_DEPENDS= Xvnc:${PORTSDIR}/net/tridiavnc +RUN_DEPENDS= Xvnc:net/tridiavnc .endif .if ${PORT_OPTIONS:MDEBUG} @@ -74,8 +74,8 @@ PLIST_SUB+= JP106="@comment " .endif .if ${PORT_OPTIONS:MSOUND} -BUILD_DEPENDS+= ${LOCALBASE}/include/pulse/simple.h:${PORTSDIR}/audio/pulseaudio \ - ${LOCALBASE}/include/pulse/error.h:${PORTSDIR}/audio/pulseaudio +BUILD_DEPENDS+= ${LOCALBASE}/include/pulse/simple.h:audio/pulseaudio \ + ${LOCALBASE}/include/pulse/error.h:audio/pulseaudio CONFIGURE_ARGS+= --enable-simplesound .endif |