aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-17 04:03:25 +0800
committerknu <knu@FreeBSD.org>2002-01-17 04:03:25 +0800
commit3004bbb86320c4321c977b739f3e3c358769b9d9 (patch)
tree1abb74e1cda555f9c0ee9be6a7b3138afb4e5d17
parent08b84b4ae3ce27de30612bb7492931bd55436a71 (diff)
downloadfreebsd-ports-gnome-3004bbb86320c4321c977b739f3e3c358769b9d9.tar.gz
freebsd-ports-gnome-3004bbb86320c4321c977b739f3e3c358769b9d9.tar.zst
freebsd-ports-gnome-3004bbb86320c4321c977b739f3e3c358769b9d9.zip
Do not depend on mingw-opengl-headers (which is restricted) on the
package building cluster, so that it can build a mingw package.
-rw-r--r--devel/mingw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile
index 7b290af16d9e..97cb283f6116 100644
--- a/devel/mingw/Makefile
+++ b/devel/mingw/Makefile
@@ -15,8 +15,10 @@ MAINTAINER= doc@hisio.safenet.pl
RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
- i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc \
- ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mingw-opengl-headers
+ i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc
+.if !defined(PACKAGE_BUILDING)
+RUN_DEPENDS+= ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mingw-opengl-headers
+.endif
NO_BUILD= yes