diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:27:44 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:27:44 +0800 |
commit | 76fbbd5b9323bad7d2b731e24795504ebdc89b78 (patch) | |
tree | 801ce28f845db5a02384d24946a5f53c4e721aab /net | |
parent | 196acc29cf9a0a37af287133668dccec28e5cec0 (diff) | |
download | marcuscom-ports-76fbbd5b9323bad7d2b731e24795504ebdc89b78.tar.gz marcuscom-ports-76fbbd5b9323bad7d2b731e24795504ebdc89b78.tar.zst marcuscom-ports-76fbbd5b9323bad7d2b731e24795504ebdc89b78.zip |
Add a missing dependency, libglade2.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/liferea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 9400a6d5a..d20b92cb6 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,7 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -18,7 +18,7 @@ COMMENT= Simple RSS/RDF feed reader LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_GECKO= mozilla firefox -USE_GNOME= gnomeprefix gnomehack libgtkhtml +USE_GNOME= gnomeprefix gnomehack libgtkhtml libglade2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |