diff options
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 1030383ff703..e3ced524193e 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,6 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -18,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgtkhtml USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |