diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 02:35:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 02:35:15 +0000 |
commit | b842f2bde83ab65a1fe2fbae40630db1096b2147 (patch) | |
tree | ae803442204036b81f88f8ac686476d5c18143c8 /science | |
parent | 4fa7ff4210cc85132190ecd795083a6edc696a9c (diff) | |
download | ports-b842f2bde83ab65a1fe2fbae40630db1096b2147.tar.gz ports-b842f2bde83ab65a1fe2fbae40630db1096b2147.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/svmlight/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile index dc3f77bc89b1..4889daa4ffdc 100644 --- a/science/svmlight/Makefile +++ b/science/svmlight/Makefile @@ -7,7 +7,7 @@ PORTNAME= svmlight PORTVERSION= 6.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://kodiak.cs.cornell.edu/svm_light/current/ DISTNAME= svm_light @@ -20,10 +20,11 @@ COMMENT= An implementation of Support Vector Machines (SVMs) in C RESTRICTED= only for education and research -INSTALLS_SHLIB= yes +CFLAGS+= -fPIC MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}" NO_WRKSUBDIR= yes USE_GMAKE= yes +USE_LDCONFIG= yes post-build: ${CC} ${CFLAGS} -shared -o ${WRKSRC}/libsvmlight.so.1 \ |