diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-01 20:23:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-01 20:23:03 +0000 |
commit | 17b6cc0afe9b40f3959b94130e056a822adc30b4 (patch) | |
tree | 1e3b468b04c0618f2192a0c1300447f2fc6e1b17 /www/gtkhtml/Makefile | |
parent | 253e18d9cd0b644fc1994189c627927d065600c9 (diff) | |
download | ports-17b6cc0afe9b40f3959b94130e056a822adc30b4.tar.gz ports-17b6cc0afe9b40f3959b94130e056a822adc30b4.zip |
Notes
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index eba64859f490..81bc13ca4246 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkhtml PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -25,7 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |