diff options
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index afa832d7eb62..638052b77150 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: gnomeutils -# Version required: 0.99.5 +# Version required: 1.0.1 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.5 1999/01/27 08:31:51 fenner Exp $ +# $Id: Makefile,v 1.6 1999/02/02 09:56:05 vanilla Exp $ # -DISTNAME= gnome-utils-0.99.5 -PKGNAME= gnomeutils-0.99.5 -CATEGORIES= misc +DISTNAME= gnome-utils-1.0.1 +PKGNAME= gnomeutils-1.0.1 +CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-utils +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= obgnome.1:${PORTSDIR}/lang/gnomeobjc USE_X_PREFIX= yes USE_GMAKE= yes @@ -24,7 +25,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" MAN1= gtt.1 |