diff options
author | mph <mph@FreeBSD.org> | 1998-05-22 05:28:54 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-22 05:28:54 +0800 |
commit | e15af770dc3e253c9cb42feec7692755b47528f1 (patch) | |
tree | 08ed2e007aad57011735d4344fb34be30a5bae4e /graphics/gimp-devel/Makefile | |
parent | f16a5f3a48bd6e9dff79abc09a3e7e8da9ad8539 (diff) | |
download | freebsd-ports-gnome-e15af770dc3e253c9cb42feec7692755b47528f1.tar.gz freebsd-ports-gnome-e15af770dc3e253c9cb42feec7692755b47528f1.tar.zst freebsd-ports-gnome-e15af770dc3e253c9cb42feec7692755b47528f1.zip |
Upgrade to 0.99.31.
PR: 6672
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r-- | graphics/gimp-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 0fe642620657..8e2419dec35d 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.30 1998/05/04 20:22:36 jseger Exp $ +# $Id: Makefile,v 1.31 1998/05/19 03:09:09 jdp Exp $ # MAJOR= 0 MINOR= 99 -MICRO= 28 +MICRO= 31 VERSION= ${MAJOR}.${MINOR}.${MICRO} MM_VERSION= ${MAJOR}.${MINOR} @@ -26,11 +26,11 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk\\.1:${PORTSDIR}/x11/gtk +LIB_DEPENDS+= gtk\\.1\\.2:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta\\.0:${PORTSDIR}/misc/xdelta +LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta USE_X11= yes GNU_CONFIGURE= yes |