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 /mail | |
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 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 6ec56dac2..da739395f 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.62 2006/05/22 20:08:57 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.63 2006/07/11 05:40:19 marcus Exp $ # PORTNAME= evolution-exchange @@ -21,7 +21,7 @@ RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENLDAP= yes diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index ff54f9808..af5da41f0 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD: ports/mail/evolution/Makefile,v 1.123 2006/04/30 00:46:56 marcus Exp $ -# $MCom: ports/mail/evolution/Makefile,v 1.108 2006/07/16 18:50:52 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.109 2006/07/18 19:22:20 ahze Exp $ # PORTNAME= evolution @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver \ gtkhtml3 desktopfileutils GNU_CONFIGURE= yes |