diff options
author | kris <kris@FreeBSD.org> | 2002-05-27 17:39:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-27 17:39:18 +0800 |
commit | 8b9d8abc4a7ceefea65b110ff0600828ad817ea3 (patch) | |
tree | 116260d95a7625dd76487761272a01e36d5620db /graphics/hs-hgl | |
parent | c92264a297aeb09fd84b89502ce0870a0c362722 (diff) | |
download | freebsd-ports-gnome-8b9d8abc4a7ceefea65b110ff0600828ad817ea3.tar.gz freebsd-ports-gnome-8b9d8abc4a7ceefea65b110ff0600828ad817ea3.tar.zst freebsd-ports-gnome-8b9d8abc4a7ceefea65b110ff0600828ad817ea3.zip |
Add USE_XLIB=yes
Submitted by: bento
Diffstat (limited to 'graphics/hs-hgl')
-rw-r--r-- | graphics/hs-hgl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/hs-hgl/Makefile b/graphics/hs-hgl/Makefile index 8ee83096c2d4..87505292ff00 100644 --- a/graphics/hs-hgl/Makefile +++ b/graphics/hs-hgl/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= hugs:${PORTSDIR}/lang/hugs WRKSRC= ${WRKDIR}/graphics-${PORTVERSION} USE_GMAKE= yes +USE_XLIB= yes BUILD_WRKSRC= ${WRKSRC}/lib/x11 MAKE_ENV= system=FreeBSD \ |