diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-31 11:55:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-31 11:55:56 +0000 |
commit | 288046dd861bb195987d43c6c7c0a8067d1fb2f3 (patch) | |
tree | af84a80b87ae162edb5cf5e615f87c27d1dbb4ef /audio/xfce4-mixer | |
parent | b6b31a8640cb8d875b24edd99b181212dee20877 (diff) | |
download | ports-288046dd861bb195987d43c6c7c0a8067d1fb2f3.tar.gz ports-288046dd861bb195987d43c6c7c0a8067d1fb2f3.zip |
add trailing backslash..
Notes
Notes:
svn path=/head/; revision=86048
Diffstat (limited to 'audio/xfce4-mixer')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |