diff options
-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" |