diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-01 16:35:51 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-01 16:35:51 +0800 |
commit | 4cafbf996e77dd4c94290b6d9487ffb76f29945d (patch) | |
tree | 6f6c11ace12be499a34577101134e32d14dbed0f /x11-fm | |
parent | d7a0424c45bb4fc92dfb5209a7d54848a279df52 (diff) | |
download | freebsd-ports-gnome-4cafbf996e77dd4c94290b6d9487ffb76f29945d.tar.gz freebsd-ports-gnome-4cafbf996e77dd4c94290b6d9487ffb76f29945d.tar.zst freebsd-ports-gnome-4cafbf996e77dd4c94290b6d9487ffb76f29945d.zip |
fix LIB_DEPENDS. dbh library got changed during the last databases/dbh changes.
PR: 55095
Submitted by: Robert Backhaus <robbak@biz.net.au>
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfce4-fm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index 59cb8292b8d7..a25d0115d85d 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XFce 4 file manager BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \ +LIB_DEPENDS= dbh.1:${PORTSDIR}/databases/dbh \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui |