diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-09 17:42:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-09 17:42:36 +0800 |
commit | 7a34175c6332ab15a4fd17dd517648b4d008b771 (patch) | |
tree | 45c05147d3a2a41ceb03f752136038f4271ca763 /math/gcalctool/Makefile | |
parent | fc61e741cac1de4fd18f8d82af0dc26f294a5ae4 (diff) | |
download | marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.tar marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.tar.gz marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.tar.bz2 marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.tar.lz marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.tar.xz marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.tar.zst marcuscom-ports-7a34175c6332ab15a4fd17dd517648b4d008b771.zip |
Chase the gtk shared lib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index edba569f7..bcb5d15ba 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcalctool PORTVERSION= 4.1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/4.1 @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.101:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= gtk-x11-2.0.102:${PORTSDIR}/x11-toolkits/gtk20 USE_BZIP2= yes USE_X_PREFIX= yes |