diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-30 21:05:54 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-30 21:05:54 +0000 |
commit | 3d8e9e1ead682c0124dcc6e7066db12fd3bac1e9 (patch) | |
tree | 52090151e76298a7fed871d1033e3017158aaa98 /biology | |
parent | 6adb59ec0bfa12a4e8992cafb2b2ea719171f59a (diff) | |
download | FreeBSD-ports-3d8e9e1ead682c0124dcc6e7066db12fd3bac1e9.zip FreeBSD-ports-3d8e9e1ead682c0124dcc6e7066db12fd3bac1e9.tar.gz |
add USE_XLIB
PR: 29330
Submitted by: bento, Patrick Li <pat@databits.net>
Diffstat (limited to 'biology')
-rw-r--r-- | biology/platon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 988183a..f966125 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -18,6 +18,8 @@ MAINTAINER= rmiya@cc.hirosaki-u.ac.jp # There is a charge of US$ 5000 for commercial users. RESTRICTED= "free for academic, US$ 5000 for commercial users" +USE_XLIB= yes + # This port only has snapshot archive IGNOREFILES= platon.tar.gz |