aboutsummaryrefslogtreecommitdiff
path: root/x11/idesk
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-11-26 06:36:49 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-11-26 06:36:49 +0000
commit5e0c4b551b20ec1891a7833ee41249bd46b66981 (patch)
treed284d929065a977bbe62532235a89205e7ed6551 /x11/idesk
parentb74781c9ded06429c801a81686c2084e47ef4032 (diff)
downloadports-5e0c4b551b20ec1891a7833ee41249bd46b66981.tar.gz
ports-5e0c4b551b20ec1891a7833ee41249bd46b66981.zip
Notes
Diffstat (limited to 'x11/idesk')
-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