summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-22 04:47:04 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-22 04:47:04 +0800
commitaee992efac5bcbb7ee51d90360dbc03f778cc135 (patch)
tree79e424edc43df9f9ee25b1aa1eaa49c7e50f622a /devel/gnome-vfs
parent3ca54a8dd92fd668ab684935a27d919c3c872f7d (diff)
downloadmarcuscom-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 'devel/gnome-vfs')
-rw-r--r--devel/gnome-vfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index cc097c310..8de2eeb76 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gnome-vfs/Makefile,v 1.148 2006/07/11 19:35:46 ahze Exp $
+# $MCom: ports/devel/gnome-vfs/Makefile,v 1.149 2006/07/19 05:13:46 ahze Exp $
#
PORTNAME= gnome-vfs
@@ -28,7 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
USE_GMAKE= yes
USE_GETTEXT= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \
libbonobo ltverhack referencehack
USE_AUTOTOOLS= libtool:15
mat2016-04-182-1/+101 * Fix running make test (I think) and test more things.mat2016-04-141-1/+2 * Change the man.d file to one that should be less prone to conflict.mat2016-04-112-3/+4 * Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.mat2016-04-111-2/+7 * Fix manual build of Perl modules when Perl has been cross compiled.mat2016-04-041-1/+7 * Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1 * Have patches for Perl ports use the correct file names.mat2015-12-164-0/+0 * Remove outdated comments.mat2015-11-051-1/+0 * Add a few patches to lang/perl5.* to make tests pass.mat2015-10-191-0/+20 * Try to fix upgrading a non default Perl version that is supposed to bemat2015-10-151-0/+15 * Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1 * Use the test framework to run perl's tests.mat2015-10-081-5/+3 * SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.mat2015-09-152-2/+2 * Make it so that the default Perl is always called perl5.mat2015-09-145-282/+320 * Update to 5.20.3.mat2015-09-144-42/+5 * Fix last commit.mat2015-08-311-1/+1 * To ease up with future upgrades, move PERL_VERSION into a separate file.mat2015-08-314-59/+5 * Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.mat2015-08-162-1/+12 * Convert the post-patch target to use the new target option helpers.mat2015-07-211-7/+4 * Make Perl behave nicely, and install files 644 and not 444.mat2015-06-29