aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-04 18:31:58 +0800
committerasami <asami@FreeBSD.org>1995-10-04 18:31:58 +0800
commita911f1a2290f6e63454c93b0b5300371763f38e0 (patch)
tree93f41f543fe9dba20f6e34bf3beafb0af3b4de6b /audio
parent2f8e77750165515eb7ad2b5d17252d4432e5d8f8 (diff)
downloadfreebsd-ports-gnome-a911f1a2290f6e63454c93b0b5300371763f38e0.tar.gz
freebsd-ports-gnome-a911f1a2290f6e63454c93b0b5300371763f38e0.tar.zst
freebsd-ports-gnome-a911f1a2290f6e63454c93b0b5300371763f38e0.zip
Added "XMKMF=xmkmf" -- this port has "ALL_TARGET=World", which involves
rebuilding all the Makefiles, so no need to do it from the default "xmkmf -a" (and boy did it take long or what).
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/Makefile4
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>