diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-23 07:59:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-23 07:59:42 +0000 |
commit | 2923a6b6beb2e3a6c4419509ee9456eb2d8ed84a (patch) | |
tree | 79046bc5a6be6bab8e958d5bcc96051857ccc72c /graphics/gimp/Makefile | |
parent | 7bc7ccdea559779533c2f8cab2e5d42725daf99b (diff) |
Notes
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1b44f0b66525..422abfdf813a 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Gimp -# Version required: 1.1.5 +# Version required: 1.1.10 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gimp-1.1.5 +DISTNAME= gimp-1.1.10 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.10/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.10/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.10/ MAINTAINER= erich@FreeBSD.org @@ -25,6 +25,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes |