diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-09 20:11:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-09 20:11:49 +0000 |
commit | 168e68a284643b47ab33226fa56ba8ca9e2f67a9 (patch) | |
tree | 3357a6cad2ed2561c2f00a4f15e08ab7e58ae35d /devel/liboil/Makefile | |
parent | 3d2c70905d225ee6f673a1d56110cba4efae191b (diff) | |
download | ports-168e68a284643b47ab33226fa56ba8ca9e2f67a9.tar.gz ports-168e68a284643b47ab33226fa56ba8ca9e2f67a9.zip |
Notes
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r-- | devel/liboil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index ed1f61f98b80..ba835acf2eb0 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -7,6 +7,7 @@ PORTNAME= liboil PORTVERSION= 0.3.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ahze MAINTAINER= multimedia@FreeBSD.org COMMENT= Library of optimized inner loops -USE_GNOME= pkgconfig gnomehack +USE_GNOME= pkgconfig gnomehack gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ |