diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-30 13:47:38 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-30 13:47:38 +0000 |
commit | f321690ffe3a62345c9bc628f7f537008cb3adf7 (patch) | |
tree | 1974a9e8231a864d7a1b0368c6e28e4a936cf341 | |
parent | 2446b57b77aa7567cc630a472959a24f6cf0d994 (diff) | |
download | FreeBSD-ports-f321690ffe3a62345c9bc628f7f537008cb3adf7.zip FreeBSD-ports-f321690ffe3a62345c9bc628f7f537008cb3adf7.tar.gz |
- Convert to USES=python
-rw-r--r-- | graphics/kudu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 54d9c63..4ecad76 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -14,10 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -USES= tar:bzip2 pkgconfig +USES= tar:bzip2 pkgconfig python GNU_CONFIGURE= yes USE_GL= gl -USE_PYTHON= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lcompat -lm |