aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-10-16 15:56:39 +0800
committermakc <makc@FreeBSD.org>2010-10-16 15:56:39 +0800
commit2ac76f736238495923202c1e69ea8c311bf8cfde (patch)
tree31310127507c1ca94170caf1a4075486aa529b77 /x11-wm
parent090e5536186d8c0091340fc270d979a35d08b8e4 (diff)
downloadfreebsd-ports-gnome-2ac76f736238495923202c1e69ea8c311bf8cfde.tar.gz
freebsd-ports-gnome-2ac76f736238495923202c1e69ea8c311bf8cfde.tar.zst
freebsd-ports-gnome-2ac76f736238495923202c1e69ea8c311bf8cfde.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>
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>