diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 10:31:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 10:31:58 +0000 |
commit | c02655835e7b4dfbe2c8cdd00c9ffc4f52dbf142 (patch) | |
tree | 20dfcf3c6ff3cf94c1da86a95100a5e50c791bf8 /audio/nas | |
parent | 9a39651088770a038c7966233559430cf3a4030e (diff) | |
download | ports-c02655835e7b4dfbe2c8cdd00c9ffc4f52dbf142.tar.gz ports-c02655835e7b4dfbe2c8cdd00c9ffc4f52dbf142.zip |
Notes
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index dd585895ed7b..e59924ca2ebc 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1995/04/01 12:43:51 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 19:46:46 asami Exp $ # DISTNAME= nas-1.2p1 @@ -13,5 +13,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ USE_IMAKE= yes ALL_TARGET= World +# no need to "xmkmf -a" and create the Makefiles twice -- see above +XMKMF= xmkmf .include <bsd.port.mk> |