Remove USE_XLIB.

This commit is contained in:
Jeremy Messenger 2008-03-23 05:23:41 +00:00
parent e14f138020
commit 2f8fa76581
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31714

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.12 2006/10/14 17:13:19 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.13 2007/06/21 06:55:20 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile"> <!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile">
<!ENTITY email "freebsd-gnome"> <!ENTITY email "freebsd-gnome">
<!ENTITY % navinclude.gnome "INCLUDE"> <!ENTITY % navinclude.gnome "INCLUDE">
@ -16,7 +16,7 @@
# Date created: 27 December 2003 # Date created: 27 December 2003
# Whom: Some GNOME User &lt;&email;@FreeBSD.org&gt; # Whom: Some GNOME User &lt;&email;@FreeBSD.org&gt;
# #
# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.12 2006/10/14 17:13:19 marcus Exp $ # $FreeBSD$
# #
# For this example, assume there was already a gnomeapp in the tree, and that this # For this example, assume there was already a gnomeapp in the tree, and that this
@ -32,7 +32,6 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME app that does some stuff COMMENT= A GNOME app that does some stuff
USE_BZIP2= yes USE_BZIP2= yes
USE_XLIB= yes
GNU_CONFIGURE= yes # NOTE: if the port needs ltverhack, this must be GNU_CONFIGURE= yes # NOTE: if the port needs ltverhack, this must be
USE_AUTOTOOLS=libtool:15 USE_AUTOTOOLS=libtool:15
USE_GMAKE= yes # same with GNU make USE_GMAKE= yes # same with GNU make