diff options
author | wg <wg@FreeBSD.org> | 2013-12-30 13:21:49 +0000 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-30 13:21:49 +0000 |
commit | f1f133c8ac282b6cdc53936dd39ca431211d9127 (patch) | |
tree | f4faa9858e9c209c7ec6d69a42ac8dbfd37615fb | |
parent | 683aebd1169b90da7dd5ec036ac270f565a6be43 (diff) | |
download | FreeBSD-ports-f1f133c8ac282b6cdc53936dd39ca431211d9127.zip FreeBSD-ports-f1f133c8ac282b6cdc53936dd39ca431211d9127.tar.gz |
x11-toolkits/py-gtkglext: support staging
-rw-r--r-- | x11-toolkits/py-gtkglext/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index ffe78cb..8c7a7de 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -18,10 +18,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-ope USE_BZIP2= yes USE_PYTHON= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= pygtk2 GNU_CONFIGURE= yes -USE_GMAKE= yes -NO_STAGE= yes .include <bsd.port.mk> |