diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /math | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) | |
download | ports-bc47cccc84a1837da1919cf6c75785c9646d1761.tar.gz ports-bc47cccc84a1837da1919cf6c75785c9646d1761.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/scigraphica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 43ab4e3b0c3a..50ea55d36b0b 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -7,6 +7,7 @@ PORTNAME= scigraphica PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://scigraphica.sourceforge.net/src/ \ @@ -17,8 +18,7 @@ DISTNAME= sg-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gtkextra.14:${PORTSDIR}/x11-toolkits/gtkextra \ - xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= gtkextra.14:${PORTSDIR}/x11-toolkits/gtkextra RUN_DEPENDS= ${PYNUMERIC} USE_X_PREFIX= yes |