diff options
Diffstat (limited to 'x11-toolkits/gal2/Makefile')
-rw-r--r-- | x11-toolkits/gal2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 64bcd344657e..77724395f714 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gal PORTVERSION= 0.19.2 +PORTREVISION= 1 CATEGORIES?= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gal @@ -24,8 +25,9 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static --with-libiconv +USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-static --with-libiconv \ + --with-html-dir=${PREFIX}/share/doc/gal CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |