diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/xpm | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.zst freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.zip |
Yet another round of Makefile updates, graphics version.
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> |