diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ace/Makefile | 1 | ||||
-rw-r--r-- | devel/agar/Makefile | 2 | ||||
-rw-r--r-- | devel/hwloc/Makefile | 1 | ||||
-rw-r--r-- | devel/rhtvision/Makefile | 1 | ||||
-rw-r--r-- | devel/sfml/Makefile | 2 | ||||
-rw-r--r-- | devel/upp/Makefile | 3 |
6 files changed, 9 insertions, 1 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile index e3f85ed686cd..629daaea601c 100644 --- a/devel/ace/Makefile +++ b/devel/ace/Makefile @@ -48,6 +48,7 @@ TK_MAKE_ENV= tk=1 TRIO_DESC= Trio portable string functions TRIO_BUILD_DEPENDS= trio>=0:devel/trio TRIO_MAKE_ENV= trio=1 +X11_USES= xorg X11_USE= XORG=xt X11_MAKE_ENV= xt=1 diff --git a/devel/agar/Makefile b/devel/agar/Makefile index f9a847e892b4..a09de0d23025 100644 --- a/devel/agar/Makefile +++ b/devel/agar/Makefile @@ -52,6 +52,7 @@ FONTCONFIG_CONFIGURE_WITH=fontconfig FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig FONTCONFIG_IMPLIES= GUI +X11_USES= gl xorg X11_USE= GL=gl XORG=x11,xext X11_CONFIGURE_ON= --with-x=${LOCALBASE} --with-glx X11_CONFIGURE_OFF= --without-x --without-glx @@ -61,6 +62,7 @@ XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_WITH=xinerama XINERAMA_IMPLIES= X11 +SDL_USES= gl sdl SDL_USE= SDL=sdl GL=gl SDL_CONFIGURE_WITH= sdl SDL_IMPLIES= GUI diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 9a3fe5db1f96..8a4485e2831c 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -37,6 +37,7 @@ OPTIONS_SUB= yes CAIRO_CONFIGURE_OFF= --disable-cairo --without-x CAIRO_CONFIGURE_ON= --enable-cairo --with-x CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo +CAIRO_USES= xorg CAIRO_USE= XORG=x11 post-install-DOCS-on: diff --git a/devel/rhtvision/Makefile b/devel/rhtvision/Makefile index 0f6c1b2fc9b1..1aa94bb1fe61 100644 --- a/devel/rhtvision/Makefile +++ b/devel/rhtvision/Makefile @@ -36,6 +36,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}" NLS_USES= gettext NLS_CONFIGURE_OFF= --no-intl +X11_USES xorg X11_USE= XORG=x11,xmu X11_CONFIGURE_ON= --x-include=${LOCALBASE}/include \ --x-lib=${LOCALBASE}/lib diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile index 1868f99d6ad3..2d5f394d7da2 100644 --- a/devel/sfml/Makefile +++ b/devel/sfml/Makefile @@ -36,7 +36,7 @@ MODULES_DESC= SFML modules WINDOW_DESC= SFML Window module WINDOW_CMAKE_BOOL= SFML_BUILD_WINDOW -WINDOW_USES= gl +WINDOW_USES= gl xorg WINDOW_USE= XORG=x11,xrandr GL=gl GRAPHICS_DESC= SFML Graphics module diff --git a/devel/upp/Makefile b/devel/upp/Makefile index 2152d21e8669..8cfcb9ad72bd 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -48,6 +48,7 @@ IDE_LIB_DEPENDS= libexpat.so:textproc/expat2 \ libnotify.so:devel/libnotify \ libpng.so:graphics/png IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz +IDE_USES= gnome xorg IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \ GNOME=cairo,gdkpixbuf2,gtk20 UMK_DESC= Build/install UMK (U++ MaKe command line utility) @@ -57,7 +58,9 @@ USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC SCD_DESC= Install spelling dictionaries (*.scd files) SCD_VARS= PORTDATA+=*.scd # SDL/OPENGL/MYSQL/PGSQL dependencies are only for run-time for use by executables built by the IDE +SDL_USES= sdl SDL_USE= SDL=sdl +OPENGL_USES= gl OPENGL_USE= GL=gl,glu MYSQL_USES= mysql PGSQL_USES= pgsql |