diff options
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 4176ccbbf31f..6ddcc6d3b91a 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: gnomelibs -# Version required: 1.0.14 +# Version required: 1.0.53 # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= gnome-libs-1.0.14 -PKGNAME= gnomelibs-1.0.14 +DISTNAME= gnome-libs-1.0.53 +PKGNAME= gnomelibs-1.0.53 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-libs -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ @@ -38,5 +38,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ LIBS="-L${LOCALBASE}/lib" MAN1= gnome.1 gnome-config.1 +MAN5= gnome-mime.5 .include <bsd.port.mk> |