aboutsummaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 7f5bdd608e26..5e84e537898b 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= yoshiaki@kt.rim.or.jp
ONLY_FOR_ARCHS= i386
-HAS_CONFIGURE = Yes
+INSTALLS_SHLIBS= yes
+HAS_CONFIGURE = yes
CONFIGURE_SCRIPT = Configure
CONFIGURE_ARGS = --prefix=${PREFIX}
CFLAGS=
@@ -31,7 +32,4 @@ HAVE_EMACS!= which emacs || echo nope
PLIST= ${PKGDIR}/PLIST.emacs
.endif
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>