diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-06 16:09:33 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-06 16:09:33 +0800 |
commit | 35913d1e483d02860e27dbfb57c97aa1e05261a9 (patch) | |
tree | 4f49347b6df2971e24a7ad3702e15b85db745870 /graphics/xpm | |
parent | 3b950feaa15fab18420c60b40d76ed9cef899692 (diff) | |
download | freebsd-ports-gnome-35913d1e483d02860e27dbfb57c97aa1e05261a9.tar.gz freebsd-ports-gnome-35913d1e483d02860e27dbfb57c97aa1e05261a9.tar.zst freebsd-ports-gnome-35913d1e483d02860e27dbfb57c97aa1e05261a9.zip |
Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of this
on all of those applications that depend on xpm.
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 20ff865d09d3..f8b1ed429e6e 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xpm -# Version required: 3.4c +# Version required: 3.4d # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1994/09/14 12:00:57 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/14 14:14:09 jkh Exp $ # -DISTNAME= xpm-3.4c +DISTNAME= xpm-3.4d USE_IMAKE= yes MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ |