diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /ukrainian | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/gd/Makefile | 2 | ||||
-rw-r--r-- | ukrainian/monacofonts/Makefile | 6 | ||||
-rw-r--r-- | ukrainian/webalizer/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ukrainian/gd/Makefile b/ukrainian/gd/Makefile index 0da2cc450d19..8784c399c4cb 100644 --- a/ukrainian/gd/Makefile +++ b/ukrainian/gd/Makefile @@ -7,7 +7,7 @@ CATEGORIES= ukrainian MAINTAINER= mi@aldan.algebra.com COMMENT= Graphics library for fast image creation with KOI8-U support -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch +BUILD_DEPENDS= ${NONEXISTENT}:x11-fonts/geminifonts:fetch GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf diff --git a/ukrainian/monacofonts/Makefile b/ukrainian/monacofonts/Makefile index 27dd97b9942b..a40fd147d071 100644 --- a/ukrainian/monacofonts/Makefile +++ b/ukrainian/monacofonts/Makefile @@ -13,9 +13,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com COMMENT= Collection of 5 "fixed" fonts for X11 from www.brama.com -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ + mkfontdir:x11-fonts/mkfontdir \ + mkfontscale:x11-fonts/mkfontscale USES= fonts zip diff --git a/ukrainian/webalizer/Makefile b/ukrainian/webalizer/Makefile index 87c8bda78f05..150531903eea 100644 --- a/ukrainian/webalizer/Makefile +++ b/ukrainian/webalizer/Makefile @@ -6,7 +6,7 @@ CATEGORIES= ukrainian MAINTAINER= mikef@LITech.lviv.ua -LIB_DEPENDS= libgd.so:${PORTSDIR}/ukrainian/gd +LIB_DEPENDS= libgd.so:ukrainian/gd WEBALIZER_LANG= ukrainian |