diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-07 05:51:10 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-07 05:51:10 +0800 |
commit | 733f72cffbdc2bc8b9d6a5e697c1bb9da3f2bf1c (patch) | |
tree | 5db3288fc28d14a7afc10dd53a644671f9bde574 /x11 | |
parent | a074cbe07af32922fc95ca3fa485ac8f1170df9f (diff) | |
download | freebsd-ports-gnome-733f72cffbdc2bc8b9d6a5e697c1bb9da3f2bf1c.tar.gz freebsd-ports-gnome-733f72cffbdc2bc8b9d6a5e697c1bb9da3f2bf1c.tar.zst freebsd-ports-gnome-733f72cffbdc2bc8b9d6a5e697c1bb9da3f2bf1c.zip |
- change file that x11/xorg uses to detect xorg-docs dependency
Submitted by: olgeni
Approved by: sahil (mentor)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index 9e00d67ad043..68fa7fef2466 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmap # doc .if !defined(NOPORTDOCS) -RUN_DEPENDS+= ${LOCALBASE}/share/X11/doc/hardcopy/BDF/bdf.PS.gz:${PORTSDIR}/x11/xorg-docs +RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:${PORTSDIR}/x11/xorg-docs .endif # app, lib, font, driver |