diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 09:01:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 09:01:36 +0000 |
commit | f212fd9320ba899da97c829f8dbe16635e25009a (patch) | |
tree | b44956c9aaa22878c450ae437cec367edb133eaf /math/qalculate/Makefile | |
parent | 283ce80207e9ecc26a61234eb2047d2b6094d746 (diff) |
Notes
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 372848efcd3d..331d3a5845c4 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -6,17 +6,16 @@ # PORTNAME= qalculate -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.8.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -#DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} +DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} MAINTAINER= asa@agava.com COMMENT= Very powerful GUI calculator for GNOME -LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln +LIB_DEPENDS= qalculate.0:${PORTSDIR}/math/libqalculate RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ wget:${PORTSDIR}/ftp/wget @@ -25,15 +24,5 @@ USE_GMAKE= yes USE_INC_LIBTOOL_VER=15 USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome INSTALLS_OMF= yes -INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -# cln is built with gcc 3.4 on FreeBSD 4.x -USE_GCC= 3.4 -# in FreeBSD 4.x struct liconv does not contain int_p_cs_precedes -EXTRA_PATCHES= ${FILESDIR}/extra-patch-FreeBSD4 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |