summaryrefslogtreecommitdiff
path: root/x11/xorg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xorg/Makefile')
-rw-r--r--x11/xorg/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index cc57cc701e47..8481c80fd4a4 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -11,26 +11,26 @@ COMMENT= X.Org complete distribution metaport
USES= metaport
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/dri
# data
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
- ${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps \
+ ${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes
OPTIONS_DEFINE= DOCS
-DOCS_RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:${PORTSDIR}/x11/xorg-docs
+DOCS_RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:x11/xorg-docs
# app, lib, font, driver
-RUN_DEPENDS+= xorg-apps>0:${PORTSDIR}/x11/xorg-apps \
- xorg-libraries>0:${PORTSDIR}/x11/xorg-libraries \
- xorg-fonts>0:${PORTSDIR}/x11-fonts/xorg-fonts \
- xorg-drivers>0:${PORTSDIR}/x11-drivers/xorg-drivers
+RUN_DEPENDS+= xorg-apps>0:x11/xorg-apps \
+ xorg-libraries>0:x11/xorg-libraries \
+ xorg-fonts>0:x11-fonts/xorg-fonts \
+ xorg-drivers>0:x11-drivers/xorg-drivers
.if defined(XORG_COMPLETE)
-RUN_DEPENDS+= Xnest:${PORTSDIR}/x11-servers/xorg-nestserver \
- Xdmx:${PORTSDIR}/x11-servers/xorg-dmx \
- Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
+RUN_DEPENDS+= Xnest:x11-servers/xorg-nestserver \
+ Xdmx:x11-servers/xorg-dmx \
+ Xvfb:x11-servers/xorg-vfbserver
.endif
.include <bsd.port.mk>