diff options
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r-- | devel/liboil/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 265d4eccfedc..a4141c397703 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -3,20 +3,19 @@ # Whom: ijliao # # $FreeBSD$ +# $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $ # $Id: Makefile 23 2006-10-25 14:24:32Z buhnux $ PORTNAME= liboil -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.14 CATEGORIES= devel -MASTER_SITES= http://liboil.freedesktop.org/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze +MASTER_SITES= http://liboil.freedesktop.org/download/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library of optimized inner loops -USE_GNOME= pkgconfig gnomehack gnometarget -GNU_CONFIGURE= yes +USE_GNOME= pkgconfig gnomehack gnometarget ltverhack +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --disable-glib |