summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-26 23:03:43 +0000
committerwiz <wiz>2001-12-26 23:03:43 +0000
commit43fbf7e29b613b87067bb48a80d9b6c86ab2b46d (patch)
tree953d5283c41898a1ba7781e42f1f23bd00326e62 /emulators/wine/Makefile
parentb026318d3c699555d8b5c45bdc14243b3bfd5e6d (diff)
downloadpkgsrc-43fbf7e29b613b87067bb48a80d9b6c86ab2b46d.tar.gz
Buildlinkify.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index e759cede886..8673a215849 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/02/17 18:38:33 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2001/12/26 23:03:43 wiz Exp $
DISTNAME= Wine-981211
PKGNAME= wine-981211
@@ -12,10 +12,9 @@ COMMENT= Beta Windows (3.1x, 95, NT) emulator
ONLY_FOR_PLATFORM= NetBSD-*-i386
-USE_X11BASE= YES
-USE_XPM= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-dll
+USE_BUILDLINK_ONLY= YES
post-install:
${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example
@@ -26,4 +25,6 @@ post-install:
BROKEN= Does not work on ELF systems.
.endif
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"