diff options
author | ale <ale@FreeBSD.org> | 2004-01-25 08:58:33 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-25 08:58:33 +0000 |
commit | d0c698a93ce219ae952ac3e2c9690a62dcf62185 (patch) | |
tree | e0dc3bb92dfad1fee74a0753b993fa4fadf76dbc /deskutils | |
parent | 342fb59996a1efc0cfef84f402bbbb1af0e1e5bc (diff) | |
download | FreeBSD-ports-d0c698a93ce219ae952ac3e2c9690a62dcf62185.zip FreeBSD-ports-d0c698a93ce219ae952ac3e2c9690a62dcf62185.tar.gz |
Add databases/dbh dependency.
Noticed by: bento
Reported by: kris
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index 6930557..c9a95aa 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -17,7 +17,8 @@ COMMENT= A calendar application to manage your time with XFce 4 BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + dbh.1:${PORTSDIR}/databases/dbh USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes |