diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-06 22:28:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-06 22:28:47 +0000 |
commit | 1afe83ffc2aab3301f6640778bf1c9f5d442c9c7 (patch) | |
tree | ff9d8ec846a8aaa11cb29b8160e6f90b9cb712e2 /graphics | |
parent | e08f9746d046673c70850b2c562090f29d7c4a42 (diff) | |
download | ports-1afe83ffc2aab3301f6640778bf1c9f5d442c9c7.tar.gz ports-1afe83ffc2aab3301f6640778bf1c9f5d442c9c7.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index f12fff6efb03..06c758978944 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -7,7 +7,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} @@ -20,6 +20,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= libtool:15 USE_ZIP= yes +USE_GL= glut USE_GNOME= gnometarget lthack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |