diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-themes/icons-tango-extras | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11-themes/icons-tango-extras')
-rw-r--r-- | x11-themes/icons-tango-extras/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile index f88069a06b21..336d00944fb3 100644 --- a/x11-themes/icons-tango-extras/Makefile +++ b/x11-themes/icons-tango-extras/Makefile @@ -11,10 +11,10 @@ DISTNAME= tango-icon-theme-extras-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= Extra set of icons from the Tango project -BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/icon-naming-utils \ - ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:${PORTSDIR}/x11-themes/icons-tango \ - Magick-config:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:${PORTSDIR}/x11-themes/icons-tango +BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \ + ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango \ + Magick-config:graphics/ImageMagick +RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango GNU_CONFIGURE= yes USES= gmake pkgconfig |