diff options
author | garbled <garbled> | 1998-08-23 06:56:02 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-08-23 06:56:02 +0000 |
commit | 14b825b3fcc798be232490fa2b87a34642d48bc8 (patch) | |
tree | 178d5290b59b5bffb7a9e86364db80182e1aa494 /graphics/hp2xx | |
parent | 8a2e36b5f95cec7e116f579fbbc6aac7a6c809df (diff) | |
download | pkgsrc-14b825b3fcc798be232490fa2b87a34642d48bc8.tar.gz |
Add USE_X11=yes because it does. Closes PR 5838 (Tim Rightnour)
Diffstat (limited to 'graphics/hp2xx')
-rw-r--r-- | graphics/hp2xx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index a1078549066..83edf82af3a 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/23 06:56:02 garbled Exp $ # DISTNAME= hp2xx-3.1.4 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html +USE_X11= yes INFO_FILES= hp2xx.info .include "../../mk/bsd.pkg.mk" |