diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-20 20:41:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-20 20:41:07 +0800 |
commit | 35dd2fce397a6c38bee0b8e404a14fcf0eb5163a (patch) | |
tree | 0286263e33fbe5af44c4f6ab1c4f12e26202f7a6 | |
parent | de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6 (diff) | |
download | marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.tar marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.tar.gz marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.tar.bz2 marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.tar.lz marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.tar.xz marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.tar.zst marcuscom-ports-35dd2fce397a6c38bee0b8e404a14fcf0eb5163a.zip |
Explicitly depend on libGL via USE_GL. This will pullin all the needed proto
ports needed by libGL.
Submitted by: xorg exp-run
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18494 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/libchamplain/Makefile | 1 | ||||
-rw-r--r-- | graphics/libchamplain08/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 847af8a1d..e03c4d991 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -17,6 +17,7 @@ USE_XZ= yes USES= pathfix pkgconfig USE_GNOME= gtk30 ltverhack gnomehier introspection:build USE_AUTOTOOLS= libtool +USE_GL= gl USE_GMAKE= yes USE_SQLITE= 3 GNU_CONFIGURE= yes diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile index e573d6ed8..346750876 100644 --- a/graphics/libchamplain08/Makefile +++ b/graphics/libchamplain08/Makefile @@ -17,6 +17,7 @@ LATEST_LINK= libchamplain08 USE_BZIP2= yes USES= pathfix pkgconfig USE_GNOME= gtk20 ltverhack:1 gnomehier +USE_GL= gl USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_SQLITE= yes |