diff options
author | stefan <stefan@FreeBSD.org> | 2006-07-03 00:28:43 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-07-03 00:28:43 +0800 |
commit | 0127d6d14acf150ee87187285087935ce8dc315a (patch) | |
tree | 78c60a1e2c86fcade464077dd2b097d7eeff5891 /graphics | |
parent | b9fa9382fe107cb9122c7f9abde2f3eac4ff2c06 (diff) | |
download | freebsd-ports-gnome-0127d6d14acf150ee87187285087935ce8dc315a.tar.gz freebsd-ports-gnome-0127d6d14acf150ee87187285087935ce8dc315a.tar.zst freebsd-ports-gnome-0127d6d14acf150ee87187285087935ce8dc315a.zip |
Fix dependency on x11-toolkits/gtkglext.
PR: 99634
Submitted by: Remy Oudompheng <oudomphe@clipper.ens.fr>
Patch by: maintainer
Approved by: arved (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index c4c662c78221..0a36eae4d246 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --disable-plugin PLIST_SUB+= PLUGIN="@comment " .else USE_GNOME+= atk pango gtk20 -LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext PLIST_SUB+= PLUGIN="" .endif diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index c4c662c78221..0a36eae4d246 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --disable-plugin PLIST_SUB+= PLUGIN="@comment " .else USE_GNOME+= atk pango gtk20 -LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext PLIST_SUB+= PLUGIN="" .endif |