summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-21 02:57:15 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-21 02:57:15 +0800
commitebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d (patch)
tree69b452af0eb3498c606d58fbbd8d0f4ed0cd1b12
parentc48a371562e5b4f5632e220e03e032464487bda0 (diff)
downloadmarcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.tar
marcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.tar.gz
marcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.tar.bz2
marcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.tar.lz
marcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.tar.xz
marcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.tar.zst
marcuscom-ports-ebdb842ec8ad9aa5b8e60f354e7020d24b7b5a4d.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10796 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--astro/glunarclock/Makefile5
-rw-r--r--print/ghostscript-gpl/Makefile8
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 <vinc@freebsd-fr.org>
#
# $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 \