diff options
author | sborrill <sborrill> | 2008-06-28 12:34:48 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2008-06-28 12:34:48 +0000 |
commit | b0f6244b98aebf607ee4b5fa8254afeee8bc7495 (patch) | |
tree | 0abeffb8edc3093acdf6482f6598124c52f68bf0 /emulators | |
parent | eb8a515c06e30b75538c82fe91efb3901e4bd7ca (diff) | |
download | pkgsrc-b0f6244b98aebf607ee4b5fa8254afeee8bc7495.tar.gz |
wined3d components aren't dependent on opengl option.
Don't bother bumping PKGREVISION as you wouldn't have been able to create a
binary package with -opengl in the PKG_OPTION before
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/PLIST.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/PLIST.common b/emulators/wine/PLIST.common index 9e37cf5d12a..c1d068addf5 100644 --- a/emulators/wine/PLIST.common +++ b/emulators/wine/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.1 2008/06/22 23:38:18 dholland Exp $ +@comment $NetBSD: PLIST.common,v 1.2 2008/06/28 12:34:48 sborrill Exp $ bin/fnt2bdf bin/function_grep.pl bin/msiexec @@ -786,7 +786,7 @@ lib/wine/libuxtheme.def lib/wine/libvdmdbg.def lib/wine/libversion.def lib/wine/libwinecrt0.a -${PLIST.opengl}lib/wine/libwined3d.def +lib/wine/libwined3d.def lib/wine/libwinedos.def lib/wine/libwininet.def lib/wine/libwinmm.def @@ -979,7 +979,7 @@ lib/wine/winebrowser.exe.so lib/wine/winecfg.exe.so lib/wine/wineconsole.exe.so lib/wine/winecoreaudio.drv.so -${PLIST.opengl}lib/wine/wined3d.dll.so +lib/wine/wined3d.dll.so lib/wine/winedbg.exe.so lib/wine/winedevice.exe.so lib/wine/winedos.dll.so |