diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-28 06:17:03 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-28 06:17:03 +0800 |
commit | 0140ec0cfc7ec5b4f5d36393fc3201713b9988c7 (patch) | |
tree | f8fa8bc53441ebfd5ba4a4f39d757ea942a4697f /print | |
parent | b0b6903f8189198dc5ec7d40df1814c71dda0249 (diff) | |
download | freebsd-ports-gnome-0140ec0cfc7ec5b4f5d36393fc3201713b9988c7.tar.gz freebsd-ports-gnome-0140ec0cfc7ec5b4f5d36393fc3201713b9988c7.tar.zst freebsd-ports-gnome-0140ec0cfc7ec5b4f5d36393fc3201713b9988c7.zip |
remove trailing \ from LIB_DEPENDS
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index e0ae7f6a5062..bcb94e2cc6df 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -20,7 +20,7 @@ COMMENT= XFce 4 graphical frontend for printing BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager USE_GETTEXT= yes |