diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-08 00:53:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-08 00:53:49 +0800 |
commit | 99653ddc2d3a6f7a0c5f0090df6d491839aad84e (patch) | |
tree | 06bfa069c5440293d9c64ba73bb161e5d276ddc2 /www/gtkhtml3 | |
parent | 8f4429f84dd1bfd05931dd5ffd1a5931a60243e3 (diff) | |
download | freebsd-ports-gnome-99653ddc2d3a6f7a0c5f0090df6d491839aad84e.tar.gz freebsd-ports-gnome-99653ddc2d3a6f7a0c5f0090df6d491839aad84e.tar.zst freebsd-ports-gnome-99653ddc2d3a6f7a0c5f0090df6d491839aad84e.zip |
Add a missing dependency on gail.
Reported by: Rogier R. Mulhuijzen <drwilco@drwilco.net>
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 42088a36b264..05e2430abdd3 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/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" \ |