[Midnightbsd-cvs] mports: Makefile: fix configure target

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 14 16:29:07 EDT 2009


Log Message:
-----------
fix configure target

Modified Files:
--------------
    mports/x11/libXtst:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/libXtst/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/libXtst/Makefile -L x11/libXtst/Makefile -u -r1.1 -r1.2
--- x11/libXtst/Makefile
+++ x11/libXtst/Makefile
@@ -1,10 +1,4 @@
-# New ports collection makefile for:   libXtst
-# Date Created:			8 Feb 2006
-# Whom:				Eric Anholt <anholt at FreeBSD.org>
-#
-# $FreeBSD: ports/x11/libXtst/Makefile,v 1.3 2007/09/13 19:45:00 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	libXtst
 PORTVERSION=	1.0.3
@@ -18,7 +12,7 @@
 USE_XORG=	x11 xext recordproto:both xextproto inputproto
 USE_AUTOTOOLS=	libtool:15
 
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.1
 
 MAN3=		XTestQueryExtension.3 \
 		XTestCompareCursorWithWindow.3 \


More information about the Midnightbsd-cvs mailing list