diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-24 05:25:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-24 05:25:04 +0800 |
commit | 8f68bb710c222c774b4d35ca0ea7d6e68bafd912 (patch) | |
tree | bbe2e43fcd68db298becc9576ec4691c8924d2b9 /devel/libIDL | |
parent | b666a10f3e9ee1dfe53a5f71fd7de6b7d762d8c8 (diff) | |
download | marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.tar marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.tar.gz marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.tar.bz2 marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.tar.lz marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.tar.xz marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.tar.zst marcuscom-ports-8f68bb710c222c774b4d35ca0ea7d6e68bafd912.zip |
Chase glib's shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@329 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index d73eb6877..a56bd9303 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -7,7 +7,7 @@ PORTNAME= libIDL PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= glib-2.0.103:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 USE_BZIP2= yes USE_GMAKE= yes |