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/global-menu | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) |
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/global-menu')
-rw-r--r-- | deskutils/global-menu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile index bb01d7d7a654..dd4a9d958d8c 100644 --- a/deskutils/global-menu/Makefile +++ b/deskutils/global-menu/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/ MAINTAINER= gustau.perez@gmail.com COMMENT= Global menu for gnome -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify USE_GNOME= gnomepanel gnomedesktop |