diff options
-rw-r--r-- | games/fuhquake/Makefile | 7 | ||||
-rw-r--r-- | games/quake2lnx/Makefile | 5 | ||||
-rw-r--r-- | graphics/inventor/Makefile | 4 | ||||
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
6 files changed, 10 insertions, 12 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile index 42b0fd2ca75..8adfc33c611 100644 --- a/games/fuhquake/Makefile +++ b/games/fuhquake/Makefile @@ -49,8 +49,7 @@ PLIST_SUB+= SVGA="@comment " .endif .if !defined(WITHOUT_X11) -LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries \ - Xext.6:${PORTSDIR}/x11/XFree86-4-libraries +USE_XLIB= yes END_TARGETS+= ${PORTNAME}-x11 PLIST_SUB+= X11="" .else @@ -58,8 +57,8 @@ PLIST_SUB+= X11="@comment " .endif .if !defined(WITHOUT_GLX) -LIB_DEPENDS+= GL.1:${PORTSDIR}/x11/XFree86-4-libraries \ - png.5:${PORTSDIR}/graphics/png \ +USE_GL= yes +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg END_TARGETS+= ${PORTNAME}-glx PLIST_SUB+= GLX="" diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 1965f9e7aef..773438d830d 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -80,8 +80,7 @@ PLIST_SUB+= SDLGL="@comment " .endif .if !defined(WITHOUT_X11) -LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries \ - Xext.6:${PORTSDIR}/x11/XFree86-4-libraries +USE_XLIB= yes MAKE_ARGS+= BUILD_X11=YES REF_TARGETS+= softx PLIST_SUB+= X11="" @@ -90,7 +89,7 @@ PLIST_SUB+= X11="@comment " .endif .if !defined(WITHOUT_GLX) || defined(WITH_EYECANDY) -LIB_DEPENDS+= GL.1:${PORTSDIR}/x11/XFree86-4-libraries +USE_GL= yes MAKE_ARGS+= BUILD_GLX=YES REF_TARGETS+= glx PLIST_SUB+= GLX="" diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 483667c4900..3b8c7c7208a 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -17,10 +17,10 @@ MAINTAINER= c47g@gmx.at COMMENT= This is SGI's Open Inventor (TM) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - GLU.1:${PORTSDIR}/x11/XFree86-4-libraries + jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes +USE_GL= yes USE_GMAKE= yes USE_ICONV= yes USE_MOTIF= yes diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 5e7ba24a422..a94ea55f8d5 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -310,7 +310,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries +USE_XPM= yes CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ee6cec5d54a..037c5e2ea89 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -297,7 +297,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries +USE_XPM= yes CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) diff --git a/lang/php53/Makefile b/lang/php53/Makefile index ee6cec5d54a..037c5e2ea89 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -297,7 +297,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries +USE_XPM= yes CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) |