diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /math/dislin | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'math/dislin')
-rw-r--r-- | math/dislin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile index 736f21efe0f6..a27e5857ff4d 100644 --- a/math/dislin/Makefile +++ b/math/dislin/Makefile @@ -7,7 +7,8 @@ PORTNAME= dislin PORTVERSION= 8.2 -CATEGORIES= math +PORTREVISION= 1 +CATEGORIES= math linux MASTER_SITES= ftp://ftp.gwdg.de/pub/grafik/dislin/linux/${MACHINE_ARCH}/ PKGNAMEPREFIX= linux- EXTRACT_SUFX= .linux.tar.gz @@ -16,6 +17,8 @@ DIST_SUBDIR= ${MACHINE_ARCH} MAINTAINER= des@FreeBSD.org COMMENT= A scientific data plotting package +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + USE_LINUX= yes ONLY_FOR_ARCHS= i386 alpha NO_BUILD= yes |