diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch) | |
tree | 793d58c7df7e7a6a8851050e7e17a32a176a9a93 /emulators/wine-devel/Makefile | |
parent | Update port to 4.41 (diff) |
First round of INSTALL_SHLIB fixes.
Notes
Notes:
svn path=/head/; revision=29613
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1b74d659b457..570c527ef5cc 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes +INSTALL_SHLIBS= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 |