[Midnightbsd-cvs] mports: Makefile: cleanup, USE_XORG

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 25 18:04:50 EDT 2009


Log Message:
-----------
cleanup, USE_XORG

Modified Files:
--------------
    mports/devel/oaf:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/oaf/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/oaf/Makefile -L devel/oaf/Makefile -u -r1.2 -r1.3
--- devel/oaf/Makefile
+++ devel/oaf/Makefile
@@ -1,14 +1,8 @@
-# New ports collection makefile for:	oaf
-# Date created:				1st June 2000
-# Whom:					Ade Lovett <ade at FreeBSD.org>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/devel/oaf/Makefile,v 1.33 2007/05/19 20:03:14 flz Exp $
-#
 
 PORTNAME=	oaf
 PORTVERSION=	0.6.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/oaf/0.6
@@ -22,7 +16,7 @@
 
 USE_AUTOTOOLS=	libtool:15
 USE_BZIP2=	yes
-USE_XLIB=	yes
+USE_XORG=	x11
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gnomeprefix gtk12 orbit libxml
 USE_GETTEXT=	yes
@@ -32,7 +26,7 @@
 		--disable-more-warnings
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -lintl"
-CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd6.0
+CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd6.1
 
 MAN1=	oafd.1
 


More information about the Midnightbsd-cvs mailing list