diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-26 15:45:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-26 15:45:56 +0800 |
commit | 0b05bce571b239578b79a3f17a94a4dda978c4ec (patch) | |
tree | cb07261871974b3695552afa3f74572b4255794d | |
parent | 3b13604b68a3957252123504d69efbf2e95360d8 (diff) | |
download | freebsd-ports-graphics-0b05bce571b239578b79a3f17a94a4dda978c4ec.tar.gz freebsd-ports-graphics-0b05bce571b239578b79a3f17a94a4dda978c4ec.tar.zst freebsd-ports-graphics-0b05bce571b239578b79a3f17a94a4dda978c4ec.zip |
Allow yelp to view man pages. Bump PORTREVISION.
-rw-r--r-- | x11/libgnome/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/files/patch-configure | 16 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index cfd2b96b65a..ea2ee34daa6 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgnome PORTVERSION= 1.117.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5 diff --git a/x11/libgnome/files/patch-configure b/x11/libgnome/files/patch-configure index a5505d8fc8d..c444fc7c711 100644 --- a/x11/libgnome/files/patch-configure +++ b/x11/libgnome/files/patch-configure @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- configure 2002/04/26 10:15:23 1.1 -+++ configure 2002/04/26 10:15:59 +--- configure.orig Mon May 13 13:03:40 2002 ++++ configure Sun May 26 03:43:23 2002 @@ -7186,6 +7186,7 @@ # This can be used to rebuild libtool when needed @@ -11,3 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -7471,7 +7472,7 @@ + LIBGNOME_AGE=0 + + case $host in +- *-linux-gnu | *-irix6*) ++ *-linux-gnu | *-irix6* | *-freebsd*) + cat >>confdefs.h <<\EOF + #define HAVE_MAN_WHEREIS 1 + EOF |