diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-28 17:31:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-28 17:31:20 +0000 |
commit | 5ee53c54cc5f787888eb1deafc8da40a087e899b (patch) | |
tree | 5fb291bdc4fc4571cd66b3daf45bdf282f6453b6 /deskutils/genius | |
parent | 411ee9fc450e20dcbf3c57c6bd41a2289e8d4b16 (diff) | |
download | ports-5ee53c54cc5f787888eb1deafc8da40a087e899b.tar.gz ports-5ee53c54cc5f787888eb1deafc8da40a087e899b.zip |
Notes
Diffstat (limited to 'deskutils/genius')
-rw-r--r-- | deskutils/genius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index db120fc75e2e..f8f3e0e24cc0 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -7,6 +7,7 @@ PORTNAME= genius PORTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://ftp.5z.com/pub/genius/ @@ -15,8 +16,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment -BUILD_DEPENDS= ${LOCALBASE}/include/mpfr.h:${PORTSDIR}/math/mpfr -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= mpfr.1:${PORTSDIR}/math/mpfr USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \ |