diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-08-31 19:36:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-08-31 19:36:23 +0000 |
commit | 11164934f1a5b48fd5c2d6e7c8b04c48e7e48fb1 (patch) | |
tree | b70cdb1381e8c69a469aa874f0d9fcc9d36d6d6f /deskutils/genius | |
parent | 7c2836f05f8a0be3ae53462820ea1f3370e428f7 (diff) | |
download | ports-11164934f1a5b48fd5c2d6e7c8b04c48e7e48fb1.tar.gz ports-11164934f1a5b48fd5c2d6e7c8b04c48e7e48fb1.zip |
Notes
Diffstat (limited to 'deskutils/genius')
-rw-r--r-- | deskutils/genius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index b13cb93ce579..db120fc75e2e 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment -BUILD_DPENDS= ${LOCALBASE}/include/mpfr.h:${PORTSDIR}/math/mpfr +BUILD_DEPENDS= ${LOCALBASE}/include/mpfr.h:${PORTSDIR}/math/mpfr LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_X_PREFIX= yes |