diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-05 14:33:51 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-05 14:33:51 +0800 |
commit | e669a286469d45084e8ea41927c3a0a6a4937433 (patch) | |
tree | 112078564ab910a56872a9cdec0a2503c03b9efd /math/gcalctool | |
parent | c58cd263b06e8e7fce0de99b4bd45a01c263daf8 (diff) | |
download | marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.tar marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.tar.gz marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.tar.bz2 marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.tar.lz marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.tar.xz marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.tar.zst marcuscom-ports-e669a286469d45084e8ea41927c3a0a6a4937433.zip |
Add a missing dependency on libsoup.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13360 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 2d6ce8e0d..2b9d7526f 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/math/gcalctool/Makefile,v 1.125 2009/12/22 01:18:49 ahze Exp $ # PORTNAME= gcalctool PORTVERSION= 5.29.4 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= GNOME @@ -16,6 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows +LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup + USE_BZIP2= yes USE_BISON= build INSTALLS_OMF= yes |