diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-03 19:52:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-03 19:52:29 +0000 |
commit | 29935df67f157d30a5cd9a49d26d83db114b96c5 (patch) | |
tree | 84cb4000937ae0710e489abd155203e06a94ffe7 /devel/libgtop/Makefile | |
parent | bfce61825e3a7c61ce8e7ff4cc5606bcfc04aba4 (diff) |
Notes
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index f2af863a1a6a..6954418d89b4 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -6,8 +6,7 @@ # $MCom: ports/devel/libgtop/Makefile,v 1.5 2006/10/02 23:26:51 ahze Exp $ PORTNAME= libgtop -PORTVERSION= 2.14.4 -PORTREVISION= 1 +PORTVERSION= 2.14.5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -25,7 +24,9 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack intlhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --infodir=${PREFIX}/info +CONFIGURE_ARGS= --infodir=${PREFIX}/info \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |