diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /graphics/hs-hgl | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip |
Notes
Diffstat (limited to 'graphics/hs-hgl')
-rw-r--r-- | graphics/hs-hgl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hs-hgl/Makefile b/graphics/hs-hgl/Makefile index edc645678a69..f297f8fd32da 100644 --- a/graphics/hs-hgl/Makefile +++ b/graphics/hs-hgl/Makefile @@ -7,7 +7,7 @@ PORTNAME= hgl PORTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics haskell MASTER_SITES= http://haskell.org/graphics/downloads/ PKGNAMEPREFIX= hs- @@ -20,7 +20,7 @@ RUN_DEPENDS= hugs:${PORTSDIR}/lang/hugs WRKSRC= ${WRKDIR}/graphics-${PORTVERSION} USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 HGL_LIBS= ${PREFIX}/lib/hugs/x11 HGL_DOCS= ${PREFIX}/share/doc/hs-hgl |