diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-14 12:38:13 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-14 12:38:13 +0800 |
commit | ce532612e14069f85582f8c80e5e20ad5efb8016 (patch) | |
tree | 558a3f16d7c3d517b015e9a88a57c54c3d908330 /x11-toolkits/gai | |
parent | e0c53b454e784e7d0d2674a671c83eac207470de (diff) | |
download | freebsd-ports-gnome-ce532612e14069f85582f8c80e5e20ad5efb8016.tar.gz freebsd-ports-gnome-ce532612e14069f85582f8c80e5e20ad5efb8016.tar.zst freebsd-ports-gnome-ce532612e14069f85582f8c80e5e20ad5efb8016.zip |
- gtkglext changed names of the libs it installed, so fixing to build with
the new 1.2.0 version of that port.
PR: ports/100269
Submitted by: maintainer (David Thiel)
Diffstat (limited to 'x11-toolkits/gai')
-rw-r--r-- | x11-toolkits/gai/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index 1071c0b53d93..c491878642da 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -8,7 +8,7 @@ PORTNAME= gai PORTVERSION= 0.5.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lx@redundancy.redundancy.org COMMENT= General Applet Interface Library -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes USE_GL= yes |