diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-20 08:26:58 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-20 08:26:58 +0000 |
commit | 8838459ae1a4c5aaeb132e172827d5c284cea6c2 (patch) | |
tree | 3007ea84dfd08530a92b08b8569704b9e711709d /graphics/gimp-app-devel/Makefile | |
parent | e638b9b3070aabe2aac00ac4897e75a99d159b9a (diff) |
Notes
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index c24efacd50b3..6077f19ee374 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 2.0.pre1 +PORTVERSION= 2.0.pre2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -50,7 +50,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1 +MAN1= gimp-1.3.1 gimptool-2.0.1 gimp-remote-1.3.1 MAN5= gimprc-1.3.5 .if defined(WITH_PYTHON) |