summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-servers
parent- Update to 1.2.2 (diff)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/x11rdp/Makefile2
-rw-r--r--x11-servers/xephyr/Makefile8
-rw-r--r--x11-servers/xorg-nestserver/Makefile2
-rw-r--r--x11-servers/xorg-server/Makefile10
4 files changed, 11 insertions, 11 deletions
diff --git a/x11-servers/x11rdp/Makefile b/x11-servers/x11rdp/Makefile
index 7b9501a6a62e..c9ded8dbb060 100644
--- a/x11-servers/x11rdp/Makefile
+++ b/x11-servers/x11rdp/Makefile
@@ -23,7 +23,7 @@ COMMENT= X11 server for xrdp
LICENSE= MIT
-RUN_DEPENDS= xorg-fonts>=0:${PORTSDIR}/x11-fonts/xorg-fonts
+RUN_DEPENDS= xorg-fonts>=0:x11-fonts/xorg-fonts
# SVN revision of x11rdp
X11RDPREVISION= 299
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile
index 7f7fb77ec1ec..0b40f8790a99 100644
--- a/x11-servers/xephyr/Makefile
+++ b/x11-servers/xephyr/Makefile
@@ -4,10 +4,10 @@ PORTNAME= xephyr
COMMENT= X server from X.Org based on kdrive
-LIB_DEPENDS+= libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
- libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \
- libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
- libxcb-render-util.so:${PORTSDIR}/x11/xcb-util-renderutil
+LIB_DEPENDS+= libxcb-image.so:x11/xcb-util-image \
+ libxcb-icccm.so:x11/xcb-util-wm \
+ libxcb-keysyms.so:x11/xcb-util-keysyms \
+ libxcb-render-util.so:x11/xcb-util-renderutil
MASTERDIR= ${.CURDIR}/../xorg-server
DESCR= ${.CURDIR}/pkg-descr
diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile
index de608cefb819..4985bb48d061 100644
--- a/x11-servers/xorg-nestserver/Makefile
+++ b/x11-servers/xorg-nestserver/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= xorg/xserver
MAINTAINER= x11@FreeBSD.org
COMMENT= Nesting X server from X.Org
-LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
+LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
USES= tar:bzip2 pkgconfig
GNU_CONFIGURE= yes
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index f232eb815bdf..bc12d5561842 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -14,10 +14,10 @@ COMMENT?= X.Org X server and related programs
LICENSE= MIT
-LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \
- libepoxy.so:${PORTSDIR}/graphics/libepoxy
-RUN_DEPENDS+= xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
- xkbcomp:${PORTSDIR}/x11/xkbcomp
+LIB_DEPENDS+= libdrm.so:graphics/libdrm \
+ libepoxy.so:graphics/libepoxy
+RUN_DEPENDS+= xkeyboard-config>=2.5:x11/xkeyboard-config \
+ xkbcomp:x11/xkbcomp
XORG_CAT= xserver
SLAVE_PORT?= no
@@ -72,7 +72,7 @@ CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include"
.endif
.if ${PORT_OPTIONS:MHAL}
-LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS+= libhal.so:sysutils/hal
CONFIGURE_ARGS+= --enable-config-hal=yes
.else
CONFIGURE_ARGS+= --enable-config-hal=no