diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 17:16:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 17:16:36 +0800 |
commit | fbc5a8af7166c0968564d6b7c31a6ae66c0567c6 (patch) | |
tree | f5040d18f6d4a3fd889f74139c199ea4a9d21b8d /mail | |
parent | 1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8 (diff) | |
download | marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.tar marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.tar.gz marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.tar.bz2 marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.tar.lz marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.tar.xz marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.tar.zst marcuscom-ports-fbc5a8af7166c0968564d6b7c31a6ae66c0567c6.zip |
pathfix doesn't belong in USE_GNOME, oops
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17232 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 9568cf329..9599fdae1 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -1,6 +1,6 @@ # Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/mail/evolution3/Makefile,v 1.26 2012/08/16 19:53:44 kwm Exp $ +# $MCom: ports/mail/evolution3/Makefile,v 1.27 2013/03/09 09:12:38 kwm Exp $ PORTNAME= evolution PORTVERSION= 3.4.4 @@ -23,7 +23,7 @@ USE_XZ= yes USE_GMAKE= yes USES= bison pathfix USE_GETTEXT= yes -USE_GNOME= gnomeprefix pathfix intlhack evolutiondataserver3 gtkhtml4 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver3 gtkhtml4 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop3 USE_AUTOTOOLS= libtool USE_GSTREAMER= yes |