diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-29 01:43:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-29 01:43:57 +0000 |
commit | b02b0915d9814f6e08146120a465f9fdcd408685 (patch) | |
tree | 79ae0b4053145e8f54abb1460f75af6a3dc522fb /emulators | |
parent | f620f1ac583caf0a79912b4bd5ce3efafb26093d (diff) | |
download | pkgsrc-b02b0915d9814f6e08146120a465f9fdcd408685.tar.gz |
fewer pkglint warnings by removing unnecessary lines in pkg/DESCR
and reordering lines in Makefile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ia64sim/pkg/DESCR | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine/pkg/DESCR | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/emulators/ia64sim/pkg/DESCR b/emulators/ia64sim/pkg/DESCR index 8e2c8bf52ce..fe3efc2dde5 100644 --- a/emulators/ia64sim/pkg/DESCR +++ b/emulators/ia64sim/pkg/DESCR @@ -13,4 +13,3 @@ Optionally, please be nice and tell me if you find this source to be useful. Again optionally, if you add to the functionality present here please consider making those additions public too, so that others may benefit from your work. - diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 61738f09f52..60b7a943493 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.19 1999/08/27 15:28:46 agc Exp $ +# $NetBSD: Makefile,v 1.20 1999/12/29 01:43:57 wiz Exp $ DISTNAME= Wine-981211 PKGNAME= wine-981211 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} -ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.winehq.com/ DEPENDS+= xpm-3.4k:../../graphics/xpm +ONLY_FOR_PLATFORM= NetBSD-*-i386 + USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-dll diff --git a/emulators/wine/pkg/DESCR b/emulators/wine/pkg/DESCR index e379fe2c644..a5b157b5d2f 100644 --- a/emulators/wine/pkg/DESCR +++ b/emulators/wine/pkg/DESCR @@ -8,4 +8,3 @@ native Unix executables. Wine is free software, and its license (contained in the file LICENSE) is BSD style. Basically, you can do anything with it except claim that you wrote it. - |