diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-22 04:47:04 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-22 04:47:04 +0800 |
commit | aee992efac5bcbb7ee51d90360dbc03f778cc135 (patch) | |
tree | 79e424edc43df9f9ee25b1aa1eaa49c7e50f622a /accessibility/gnome-mag | |
parent | 3ca54a8dd92fd668ab684935a27d919c3c872f7d (diff) | |
download | marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.gz marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.bz2 marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.lz marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.xz marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.zst marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.zip |
USE_X_PREFIX -> USE_XLIB
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6681 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 12d21f782..06b8b306f 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/accessibility/gnomemag/Makefile,v 1.1 2006/03/13 23:49:23 mezz Exp $ +# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.18 2006/07/13 03:55:45 marcus Exp $ # PORTNAME= gnome-mag @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack USE_GMAKE= yes USE_GETTEXT= yes |