[Midnightbsd-cvs] mports: Makefile: This port must be missing some dependancies for build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 14 00:52:11 EDT 2008


Log Message:
-----------
This port must be missing some dependancies for build on the cluster. It works with a full x11 install.

libX11 is a clear need, although the vendor does not define what parts of X11 we need beyond "headers, imake, and a 'full' x11 environment".

Modified Files:
--------------
    mports/audio/nas:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/nas/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L audio/nas/Makefile -L audio/nas/Makefile -u -r1.4 -r1.5
--- audio/nas/Makefile
+++ audio/nas/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	nas
 PORTVERSION=	1.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://nas.codebrilliance.com/nas/
 EXTRACT_SUFX=	.src.tar.gz
@@ -20,6 +20,7 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 USE_IMAKE=	yes
 USE_XLIB=	yes
+USE_XORG=	x11
 USE_LDCONFIG=	yes
 MAKE_ENV+=	COMPRESS_CMD="${COMPRESS_CMD:S/c//}"
 PKGMESSAGE=	${WRKDIR}/pkg-message


More information about the Midnightbsd-cvs mailing list