diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | 7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch) | |
tree | 50458c593c017954928a3a698c0a8f4fa0143954 /graphics/xpm | |
parent | 94105bca125e0ac414db212cb79fae3d10e52321 (diff) | |
download | ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.tar.gz ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.zip |
Yet another round of Makefile updates, graphics version.
Notes
Notes:
svn path=/head/; revision=1309
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 34e86a492f59..7719e25714b5 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,13 +3,14 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1995/03/22 11:01:02 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:46:12 jkh Exp $ # DISTNAME= xpm-3.4e -USE_IMAKE= yes -MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ CATEGORIES+= graphics x11 +MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ + +USE_IMAKE= yes XMKMF= xmkmf .include <bsd.port.mk> |