diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 12:05:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 12:05:48 +0800 |
commit | 48ad1fbbe166ca927c724d186078e1fcfd20df69 (patch) | |
tree | 87ae316c750df7c4cf22c96d4dcca9a9ab2810b0 /graphics/gview | |
parent | fa6e2741b83a30ab4b7e3dd01c1312a5a403b2f7 (diff) | |
download | freebsd-ports-gnome-48ad1fbbe166ca927c724d186078e1fcfd20df69.tar.gz freebsd-ports-gnome-48ad1fbbe166ca927c724d186078e1fcfd20df69.tar.zst freebsd-ports-gnome-48ad1fbbe166ca927c724d186078e1fcfd20df69.zip |
Update to version 0.1.5. Also use new version of gtk/imlib.
PR: 11831
Submitted by: Chris Piazza <cpiazza@home.net>
PR: 11843
Submittted, by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/gview')
-rw-r--r-- | graphics/gview/Makefile | 18 | ||||
-rw-r--r-- | graphics/gview/distinfo | 2 |
2 files changed, 9 insertions, 11 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile index 3e2c291c5d8b..e761605c86d2 100644 --- a/graphics/gview/Makefile +++ b/graphics/gview/Makefile @@ -1,27 +1,25 @@ # New ports collection makefile for: gview -# Version required: 0.1.4 +# Version required: 0.1.5 # Date created: 30 April 1999 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 04:21:32 steve Exp $ # -DISTNAME= gview-0.1.4 +DISTNAME= gview-0.1.5 CATEGORIES= graphics MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib \ - gdk12:${PORTSDIR}/x11-toolkits/gtk12 \ - glib12:${PORTSDIR}/devel/glib12 \ - gmodule12:${PORTSDIR}/devel/glib12 \ - gtk12:${PORTSDIR}/x11-toolkits/gtk12 \ - intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \ + intl.1:${PORTSDIR}/devel/gettext + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: .if !defined(NOPORTDOCS) diff --git a/graphics/gview/distinfo b/graphics/gview/distinfo index 0f61efc48e2a..9b9a15609169 100644 --- a/graphics/gview/distinfo +++ b/graphics/gview/distinfo @@ -1 +1 @@ -MD5 (gview-0.1.4.tar.gz) = 165d1ab2b25707a369c35fb85fb89330 +MD5 (gview-0.1.5.tar.gz) = f80d8ae4904003e21f2b403f162610e2 |