diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
commit | 0d0c38abda42953116077041374621f29398bca1 (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/gnotime | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) | |
download | ports-0d0c38abda42953116077041374621f29398bca1.tar.gz ports-0d0c38abda42953116077041374621f29398bca1.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Notes
Notes:
svn path=/head/; revision=336190
Diffstat (limited to 'deskutils/gnotime')
-rw-r--r-- | deskutils/gnotime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 33d00866c6cf..6c273b4ee66e 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -14,7 +14,7 @@ COMMENT= Time tracker for gnome2 LICENSE= GPLv2 # (or later) -LIB_DEPENDS= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USES= gettext gmake pathfix pkgconfig USE_XORG= xscrnsaver |