diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-31 05:05:54 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-31 05:05:54 +0800 |
commit | 2409be3f618a96fb9750dfd8451481e3035873cd (patch) | |
tree | 628a8f1681aebf27b6ec845167e3c74b9b1e0503 /biology/platon | |
parent | 46737ce94ddcf8cdc91502d4fdee4f6e2be57993 (diff) | |
download | freebsd-ports-gnome-2409be3f618a96fb9750dfd8451481e3035873cd.tar.gz freebsd-ports-gnome-2409be3f618a96fb9750dfd8451481e3035873cd.tar.zst freebsd-ports-gnome-2409be3f618a96fb9750dfd8451481e3035873cd.zip |
add USE_XLIB
PR: 29330
Submitted by: bento, Patrick Li <pat@databits.net>
Diffstat (limited to 'biology/platon')
-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 988183a1f6ea..f9661254e5c6 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 |