diff options
Diffstat (limited to 'devel/newt')
-rw-r--r-- | devel/newt/Makefile | 1 | ||||
-rw-r--r-- | devel/newt/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile index 16e5841c506d..e230fe15e688 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm \ USE_GMAKE= yes GNU_CONFIGURE= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/newt-0.50 VERSION= 0 MAKE_ENV+= prefix=${PREFIX} VERSION=${VERSION} CC=${CC} PCFLAGS="${CFLAGS}" diff --git a/devel/newt/pkg-plist b/devel/newt/pkg-plist index 21322f7620a2..31e2ea9f3bd4 100644 --- a/devel/newt/pkg-plist +++ b/devel/newt/pkg-plist @@ -5,6 +5,4 @@ lib/whiptcl.so lib/libnewt.a lib/libnewt.so lib/libnewt.so.%%VERSION%% -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R include/newt.h |