diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 50795f01a3c57015e598ca1fc2157ee9960e872b (patch) | |
tree | 40f8c09ac63b030feb0791010ae8056bea6d5eff /emulators | |
parent | 7ef47488cb05bd8fb665e2190fa43d7b2255c15c (diff) | |
download | FreeBSD-ports-50795f01a3c57015e598ca1fc2157ee9960e872b.zip FreeBSD-ports-50795f01a3c57015e598ca1fc2157ee9960e872b.tar.gz |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/Makefile | 2 | ||||
-rw-r--r-- | emulators/libvm68k/Makefile | 2 | ||||
-rw-r--r-- | emulators/twin/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index c200546..b223336 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -18,7 +18,7 @@ OPTIONS= PTHREADS "Build with pthreads instead of fthreads." on \ DEBUG "Enable for debugging hercules itself." off GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index 131af02..e02452d 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= M68000 virtual machine library GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= libvm68k diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 94f3135..23b5b56 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -29,7 +29,7 @@ USE_GMAKE= yes ALL_TARGET= depend world PLIST_SUB= LIBVER="${LIBVER}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |