aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-10-16 07:56:39 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-10-16 07:56:39 +0000
commit406f98400a54dba9b55b04e56a93dc4db522a430 (patch)
tree275db8b173d80d942d094cf16ce7f50189435f53 /x11-wm
parent8322d6613e60b607de196c743292096668e3ff0c (diff)
downloadports-406f98400a54dba9b55b04e56a93dc4db522a430.tar.gz
ports-406f98400a54dba9b55b04e56a93dc4db522a430.zip
Deprecate: superseded by x11-wm/lxsession
Set expiration date to 2011-01-01 Fix spaces/tabs PR: ports/151479 Submitted by: Simon Olofsson <simon at olofsson.de>
Notes
Notes: svn path=/head/; revision=263080
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/lxsession-lite/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/lxsession-lite/Makefile b/x11-wm/lxsession-lite/Makefile
index 44d0c3da814b..233fdfff964f 100644
--- a/x11-wm/lxsession-lite/Makefile
+++ b/x11-wm/lxsession-lite/Makefile
@@ -16,6 +16,9 @@ COMMENT= LXDE Lite Session Manager
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
+DEPRECATED= Superseded by x11-wm/lxsession
+EXPIRATION_DATE= 2011-01-01
+
CONFLICTS= lxsession-[0-9]*
USE_GNOME= gtk20
@@ -23,7 +26,7 @@ USE_AUTOTOOLS= automake:111:env
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
+CONFIGURE_ARGS= --prefix=${PREFIX} \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+= -I${WRKSRC}
@@ -33,11 +36,11 @@ DATADIR= ${PREFIX}/share/lxsession
MAN1= lxsession.1 lxsession-logout.1
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
+PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>