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-wm/muffin | |
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-wm/muffin')
-rw-r--r-- | x11-wm/muffin/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 95b6b81f528b..bfd7224d7e9f 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -9,14 +9,14 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Compositing window manager forked from Mutter for use with Cinnamon -BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ - gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas -LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ - libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop -RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity +BUILD_DEPENDS= zenity>=3.0.0:x11/zenity \ + gnome-autogen.sh:devel/gnome-common \ + gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas +LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ + libclutter-glx-1.0.so:graphics/clutter \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libcinnamon-desktop.so:x11/cinnamon-desktop +RUN_DEPENDS= zenity>=3.0.0:x11/zenity USES= autoreconf:build execinfo gettext libtool gmake \ pathfix pkgconfig python:2 |