diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 18:17:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 18:17:58 +0800 |
commit | d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56 (patch) | |
tree | 24f93e11d18884b8ad49f31bee8570a002ea65ae /net/liferea/Makefile | |
parent | c90d78a143854d2dafb574fbe0d7302505544ebe (diff) | |
download | marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.tar marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.tar.gz marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.tar.bz2 marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.tar.lz marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.tar.xz marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.tar.zst marcuscom-ports-d1a4a51740ef93b4d2cdf4f2a70ee9195a58ed56.zip |
Chase libnotify and fix build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15380 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 27e8fea68..423b93096 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -38,7 +38,7 @@ OPTIONS= LIBNOTIFY "Enable libnotify support" on CONFIGURE_ARGS+=--disable-libnotify PLIST_SUB+= NOTIFY="@comment " .else -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify PLIST_SUB+= NOTIFY="" .endif |