diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 23:58:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 23:58:53 +0000 |
commit | 7495416bef66ed7bef5cea0b545b2227ce2ed9f4 (patch) | |
tree | 63382563bf67fd6303bde8728c920ac96f40f2a7 /math/libqalculate | |
parent | 8d262e7e3046749622815c4d4d13153cbccc9aa9 (diff) | |
download | ports-7495416bef66ed7bef5cea0b545b2227ce2ed9f4.tar.gz ports-7495416bef66ed7bef5cea0b545b2227ce2ed9f4.zip |
Notes
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 1975288419aa..f8d71fe545d4 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libqalculate PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qalculate @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= qalculate MAINTAINER= asa@agava.com COMMENT= Very powerful GUI calculator for GNOME (backend library) -LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln USE_X_PREFIX= yes USE_GMAKE= yes |