diff options
Diffstat (limited to 'net/linc/Makefile')
-rw-r--r-- | net/linc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index 4be2d9753ec7..cc545138d6d3 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -7,7 +7,7 @@ PORTNAME= linc PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13:inc +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |