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 /math | |
parent | 3ca54a8dd92fd668ab684935a27d919c3c872f7d (diff) | |
download | marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.gz 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 'math')
-rw-r--r-- | math/gcalctool/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 01321685e..298dced55 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.49 2006/06/10 05:04:35 marcus Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.50 2006/07/10 05:06:41 marcus Exp $ # PORTNAME= gcalctool @@ -20,7 +20,7 @@ COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows USE_BZIP2= yes USE_BISON= yes INSTALLS_OMF= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a186d48f8..02f1d0e32 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/math/gnumeric/Makefile,v 1.14 2005/10/11 22:44:47 marcus Exp $ +# $MCom: ports/math/gnumeric/Makefile,v 1.16 2006/05/08 22:58:46 ahze Exp $ # PORTNAME= gnumeric @@ -21,7 +21,7 @@ LIB_DEPENDS= goffice-0.3:${PORTSDIR}/devel/goffice \ USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ |