diff options
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r-- | devel/liboil/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 255e78e49171..cf4e996590be 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: liboil -# Date created: Nov 24, 2004 -# Whom: ijliao -# +# Created by: 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.17 @@ -18,7 +14,8 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING USE_GCC= any -USE_GNOME= pkgconfig gnomehack ltverhack +USES= pathfix pkgconfig +USE_GNOME= ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ |