Remove USE_XLIB.
This commit is contained in:
parent
e14f138020
commit
2f8fa76581
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31714
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!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 email "freebsd-gnome">
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
|
@ -16,7 +16,7 @@
|
|||
# Date created: 27 December 2003
|
||||
# Whom: Some GNOME User <&email;@FreeBSD.org>
|
||||
#
|
||||
# $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
|
||||
|
@ -32,7 +32,6 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
COMMENT= A GNOME app that does some stuff
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes # NOTE: if the port needs ltverhack, this must be
|
||||
USE_AUTOTOOLS=libtool:15
|
||||
USE_GMAKE= yes # same with GNU make
|
||||
|
|
Loading…
Reference in a new issue