diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-11 03:44:02 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-11 03:44:02 +0000 |
commit | 5378397b19f9f4fa22a4e606f119a4ced7fedea2 (patch) | |
tree | 89d0b69f3493e8a35513989c466a1cc1a886fb05 /emulators/xcopilot | |
parent | 3acb91cc70133c425601846a8e5770e8b3c55f6c (diff) | |
download | pkgsrc-5378397b19f9f4fa22a4e606f119a4ced7fedea2.tar.gz |
Remove redundant DEPENDS on xpm; USE_XPM covers that.
Diffstat (limited to 'emulators/xcopilot')
-rw-r--r-- | emulators/xcopilot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 3120467a9c7..3d248352fa4 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:24 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/09/11 03:44:02 fredb Exp $ # DISTNAME= xcopilot-0.6.6 @@ -8,8 +8,6 @@ MASTER_SITES= http://xcopilot.cuspy.com/build/ MAINTAINER= nathanw@netbsd.org HOMEPAGE= http://xcopilot.cuspy.com/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs GNU_CONFIGURE= YES |