diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-07 16:53:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-07 16:53:49 +0000 |
commit | 8aa653844a7f61c67671b55025a7e976742ae8dc (patch) | |
tree | e0ff28572801c81ab916386786ecf3fb0a0302fa /www/gtkhtml38 | |
parent | 9e371de0382b8d0ad4408a1578cbbd7cc129c91d (diff) | |
download | ports-8aa653844a7f61c67671b55025a7e976742ae8dc.tar.gz ports-8aa653844a7f61c67671b55025a7e976742ae8dc.zip |
Notes
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r-- | www/gtkhtml38/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 42088a36b264..05e2430abdd3 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkhtml3 PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.0 @@ -22,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gal2 +USE_GNOME= gnomeprefix gnomehack gal2 gail INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |