aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2008-11-26 14:36:49 +0800
committeracm <acm@FreeBSD.org>2008-11-26 14:36:49 +0800
commited26ba755124501ba52d3151a26661b547ce8baa (patch)
tree9a6636f8a9eae7102fb33eb8b88803243a711625
parent31d5390019aa589da319ad7a0ab94b3c0a4266c6 (diff)
downloadfreebsd-ports-gnome-ed26ba755124501ba52d3151a26661b547ce8baa.tar.gz
freebsd-ports-gnome-ed26ba755124501ba52d3151a26661b547ce8baa.tar.zst
freebsd-ports-gnome-ed26ba755124501ba52d3151a26661b547ce8baa.zip
- Remove XFT option, because currently libXft is not a optional dependency. It
is obligatory. - Bump PORTREVISION PR: 128397 Submitted by: Eitan Adler <EitanAdlerList( at)gmail.com>
-rw-r--r--x11/idesk/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile
index 2e2bf8236e94..f12751b0dc9c 100644
--- a/x11/idesk/Makefile
+++ b/x11/idesk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= idesk
PORTVERSION= 0.7.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/
MAINTAINER= acm@FreeBSD.org
COMMENT= Place launch icons and background directly on your desktop
+LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_EFL= imlib2
@@ -26,19 +28,11 @@ CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags`
MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}"
SUB_FILES= pkg-message
-OPTIONS= XFT "XFT antialias support" on \
- SHAPE "Enable support of the XShape extension" on \
+OPTIONS= SHAPE "Enable support of the XShape extension" on \
SN "Startup notification support" off
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_XFT)
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
-CONFIGURE_ARGS+= --enable-xft
-.else
-CONFIGURE_ARGS+= --disable-xft
-.endif
-
.if !defined(WITHOUT_SHAPE)
CONFIGURE_ARGS+= --enable-shape
.else