diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-06 08:09:33 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-06 08:09:33 +0000 |
commit | a695ff61d3a82b18909238ab161d684f4495ee14 (patch) | |
tree | 88b534b7cfcf17eaa2484152645191882546cafa | |
parent | 245813abd542a307f0480f422364565deaa05538 (diff) | |
download | freebsd-ports-a695ff61d3a82b18909238ab161d684f4495ee14.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>
-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/ |