diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-31 19:55:56 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-31 19:55:56 +0800 |
commit | b19d963b6008254f56f40d3b61a70dc09b7f6185 (patch) | |
tree | e4298660d22c71a471324c27065444079ff151da | |
parent | f49d803330ad8616d536308fd7c067da71d1e6a4 (diff) | |
download | freebsd-ports-gnome-b19d963b6008254f56f40d3b61a70dc09b7f6185.tar.gz freebsd-ports-gnome-b19d963b6008254f56f40d3b61a70dc09b7f6185.tar.zst freebsd-ports-gnome-b19d963b6008254f56f40d3b61a70dc09b7f6185.zip |
add trailing backslash..
-rw-r--r-- | audio/xfce4-mixer/Makefile | 2 | ||||
-rw-r--r-- | misc/xfce4-panel-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 5a86bb53f832..a96d355e118d 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -19,7 +19,7 @@ COMMENT= XFce 4 volume mixer module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification diff --git a/misc/xfce4-panel-themes/Makefile b/misc/xfce4-panel-themes/Makefile index 9e891493ed2a..14f0089f14b5 100644 --- a/misc/xfce4-panel-themes/Makefile +++ b/misc/xfce4-panel-themes/Makefile @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Icon themes for the XFce 4 panel BUILD_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_X_PREFIX= yes diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index e8fb749f2559..dafe51614742 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -19,7 +19,7 @@ COMMENT= XFce 4 system tray module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification |