diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-28 04:07:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-28 04:07:35 +0800 |
commit | 4ab998526c1174ffcbbe01aefaae993f868cdef0 (patch) | |
tree | 343d63497ab2169a0100bab12e6e41c4b704fb3c /graphics/libggi | |
parent | ecbf8e1d8483217a5eb91e81612d9f7ba05cded8 (diff) | |
download | freebsd-ports-graphics-4ab998526c1174ffcbbe01aefaae993f868cdef0.tar.gz freebsd-ports-graphics-4ab998526c1174ffcbbe01aefaae993f868cdef0.tar.zst freebsd-ports-graphics-4ab998526c1174ffcbbe01aefaae993f868cdef0.zip |
- Add missing xxf86vm to USE_XORG
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer via privat mail)
Diffstat (limited to 'graphics/libggi')
-rw-r--r-- | graphics/libggi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 43f2cc5b5f7..cfb9b0c8492 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -7,7 +7,7 @@ PORTNAME= libggi PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics devel MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.2/ \ @@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --enable-kgi --with-extra-includes=/usr/include/dev .endif .if !defined(WITHOUT_X11) -USE_XORG= x11 xxf86dga ice sm xau xsxt xext +USE_XORG= x11 xxf86dga xxf86vm ice sm xau xext PLIST_SUB+= WITH_X="" .else CONFIGURE_ARGS+= --disable-x --disable-dga |