diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:19:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:19:15 +0800 |
commit | 3015498b28573868646f16da2c3097b4c3cdce7f (patch) | |
tree | 10fe265c7ca334ea1d1e410631651d1a980077ca /devel/glib20/Makefile | |
parent | 4bc43815741411358355b332e9fb4572ae2b0d6a (diff) | |
download | marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.gz marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.bz2 marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.lz marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.xz marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.zst marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5748 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index ad05c181f..5936563a7 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.66 2006/02/11 17:23:03 ahze Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.67 2006/02/14 16:52:00 marcus Exp $ # PORTNAME= glib PORTVERSION= 2.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.9,} \ ftp://ftp.gtk.org/pub/gtk/v2.9/ \ @@ -26,7 +26,7 @@ LATEST_LINK= glib20 USE_BZIP2= yes USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig ltverhack USE_GMAKE= yes |