diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-03 07:26:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-03 07:26:43 +0000 |
commit | e1c296cea2b05d94e57450834cfb501211b060ef (patch) | |
tree | 78e1e1c80951418719cc2885e3080b7ecee042c2 /www/gtkhtml3/Makefile | |
parent | 550539b4b1b7a0ace52df94a3271552cf957aa80 (diff) | |
download | ports-e1c296cea2b05d94e57450834cfb501211b060ef.tar.gz ports-e1c296cea2b05d94e57450834cfb501211b060ef.zip |
Notes
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 76b510def8ca..bc4c08c35590 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkhtml -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.11.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -24,6 +23,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-gconf=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |