diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /graphics/glitz | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'graphics/glitz')
-rw-r--r-- | graphics/glitz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index d03b9af101ea..0eea8f3c2873 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -8,7 +8,7 @@ PORTNAME= glitz PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -16,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= OpenGL image compositing library USE_GL= yes +USE_XORG= xt USE_GNOME= pkgconfig gnometarget gnomehack GNU_CONFIGURE= yes USE_LDCONFIG= yes |