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/gnome-themes | |
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/gnome-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index a46fee944be3..90bcdd09449f 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -12,9 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of themes and icons for GNOME2 -BUILD_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ - icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 +BUILD_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \ + icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils +RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 CONFLICTS= clearlooks-metacity-0.* |