diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /graphics/mhgui/Makefile | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'graphics/mhgui/Makefile')
-rw-r--r-- | graphics/mhgui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile index d1aba141bba7..482d93314e11 100644 --- a/graphics/mhgui/Makefile +++ b/graphics/mhgui/Makefile @@ -7,6 +7,7 @@ PORTNAME= mhgui PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= makehuman @@ -14,15 +15,14 @@ MASTER_SITE_SUBDIR= makehuman MAINTAINER= amdmi3@FreeBSD.org COMMENT= GUI widget library for MakeHuman -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ - animorph.0:${PORTSDIR}/graphics/animorph \ +LIB_DEPENDS= animorph.0:${PORTSDIR}/graphics/animorph \ png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes -USE_GL= yes +USE_GL= glut CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" |