diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/3ddesktop/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-aoutlibs/Makefile | 2 | ||||
-rw-r--r-- | x11/dgs/Makefile | 2 | ||||
-rw-r--r-- | x11/xcolors/Makefile | 2 | ||||
-rw-r--r-- | x11/xlockmore/Makefile | 12 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile index a3a3f06..c4a68f1 100644 --- a/x11/3ddesktop/Makefile +++ b/x11/3ddesktop/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 3D Virtual Desktop Switcher LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 - + USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GETOPT_LONG= yes diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile index 24fa7e3..5c706a2 100644 --- a/x11/XFree86-aoutlibs/Makefile +++ b/x11/XFree86-aoutlibs/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif pre-configure: diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 705e8e6..f720503 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -17,7 +17,7 @@ COMMENT= A display ghostscript system USE_GHOSTSCRIPT_RUN= yes -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 1baf85a..4eb6c08 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp -DISTNAME= ${PORTNAME} +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Display all (ok, most of) the colors in the universe diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index bd5d0e1..d8c024f 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -18,15 +18,15 @@ COMMENT= Like XLock session locker/screen saver, but just more USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ +CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ --without-nas --without-gtk --without-esound .if defined(MAKE_KERBEROS4) -CONFIGURE_ARGS+= --enable-kerberos4 +CONFIGURE_ARGS+=--enable-kerberos4 KRB4LIB= -lcom_err -lcrypto .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -CONFIGURE_ARGS+= --enable-kerberos5 +CONFIGURE_ARGS+=--enable-kerberos5 CFLAGS+= -I${KRB5_HOME}/include KRB5LIB= -L${KRB5_HOME}/lib .endif @@ -48,15 +48,15 @@ CONFIGURE_ARGS+= --without-mesa --without-opengl .endif .if defined(WITH_MB) -CONFIGURE_ARGS+= --enable-use_mb +CONFIGURE_ARGS+= --enable-use_mb .endif .if defined(XLOCKMORE_LANG) -CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} +CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} .endif .if defined(WITH_SYSLOG) -CONFIGURE_ARGS+= --enable-syslog +CONFIGURE_ARGS+= --enable-syslog .endif CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}" |