diff options
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 15221bef061a..ba5872da3c87 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 MAN5= wine.conf.5 |