From ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 20 Mar 2008 18:57:15 +0000 Subject: Sync w/ FreeBSD ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10796 df743ca5-7f9a-e211-a948-0013205c9059 --- astro/glunarclock/Makefile | 5 ++--- print/ghostscript-gpl/Makefile | 8 ++++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 0f6d8475e..cf7ca438d 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -3,11 +3,11 @@ # Whom: Vincent Tantardini # # $FreeBSD$ -# $MCom: ports/astro/glunarclock/Makefile,v 1.5 2007/05/19 21:35:54 marcus Exp $ +# $MCom: ports/astro/glunarclock/Makefile,v 1.7 2008/01/31 08:27:46 marcus Exp $ PORTNAME= glunarclock PORTVERSION= 0.32.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,6 @@ COMMENT= GNOME applet that displays the current phase of the Moon LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USE_XLIB= yes USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack USE_GMAKE= yes USE_GETTEXT= yes diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 217a79ad7..6314f9811 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -45,8 +45,12 @@ OPTIONS= A4SIZE "Set A4 (not Letter) as a default paper size" off \ FT_BRIDGE "FreeType bridge" off \ ICONV "libiconv support (required by opvp/oprp drivers)" on \ JPNFONTS "Japanese font support" on \ - SVGALIB "svgalib support" off \ - X11 "X11 support" on + SVGALIB "svgalib support" off +.if defined(WITHOUT_X11) +OPTIONS+= X11 "X11 support" off +.else +OPTIONS+= X11 "X11 support" on +.endif MAN1= dvipdf.1 font2c.1 gs.1 gslp.1 gsnd.1 gs-pcl3.1 pcl3opts.1 \ pdf2dsc.1 pdf2ps.1 pdfopt.1 pf2afm.1 pfbtopfa.1 printafm.1 \ -- cgit v1.2.3