diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:18:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:18:29 +0800 |
commit | 120308d11043a4db890932e5789fcbda86eed7ea (patch) | |
tree | 3c094e1eb6a954fc16edfb6b6472c435c4483522 /math | |
parent | 55e7aa6e4242ad083b7645dc5e3c56beef01feab (diff) | |
download | freebsd-ports-gnome-120308d11043a4db890932e5789fcbda86eed7ea.tar.gz freebsd-ports-gnome-120308d11043a4db890932e5789fcbda86eed7ea.tar.zst freebsd-ports-gnome-120308d11043a4db890932e5789fcbda86eed7ea.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/fityk/Makefile | 4 | ||||
-rw-r--r-- | math/fityk/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 07092454effb..eff448fcd755 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -3,7 +3,7 @@ PORTNAME= fityk PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/xylib:xylib DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORT gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -USES= desktop-file-utils gmake libtool:keepla shared-mime-info tar:bzip2 +USES= desktop-file-utils gmake libtool shared-mime-info tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LDFLAGS+= -lbz2 -lz USE_GITHUB= yes diff --git a/math/fityk/pkg-plist b/math/fityk/pkg-plist index d2e4b7d32cc5..294d5f8794b5 100644 --- a/math/fityk/pkg-plist +++ b/math/fityk/pkg-plist @@ -2,7 +2,6 @@ bin/cfityk bin/fityk bin/xyconv include/fityk.h -lib/libfityk.la lib/libfityk.so lib/libfityk.so.3 lib/libfityk.so.3.0.0 |