svn commit: r324880 - head/x11-wm/lxsession
Rusmir Dusko
nemysis at FreeBSD.org
Sat Aug 17 23:34:20 UTC 2013
Author: nemysis
Date: Sat Aug 17 23:34:19 2013
New Revision: 324880
URL: http://svnweb.freebsd.org/changeset/ports/324880
Log:
- Change maintainer email gmx.ch --> FreeBSD.org
- Remove dependency for textproc/docbook-to-man
- Remove hal version from LIB_DEPENDS
- Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt
- USES gmake iconv pkgconfig
- Trim NLS
Approved by:wg (mentor)
Modified:
head/x11-wm/lxsession/Makefile
Modified: head/x11-wm/lxsession/Makefile
==============================================================================
--- head/x11-wm/lxsession/Makefile Sat Aug 17 23:02:15 2013 (r324879)
+++ head/x11-wm/lxsession/Makefile Sat Aug 17 23:34:19 2013 (r324880)
@@ -5,20 +5,18 @@ PORTNAME= lxsession
PORTVERSION= 0.4.6.1
PORTREVISION= 1
CATEGORIES= x11-wm
-MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION}
+MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION}/
-MAINTAINER= nemysis at gmx.ch
+MAINTAINER= nemysis at FreeBSD.org
COMMENT= LXDE Session Manager
-LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
-BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man
+BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
+LIB_DEPENDS= hal:${PORTSDIR}/sysutils/hal \
+ gee:${PORTSDIR}/devel/libgee \
+ dbus-glib:${PORTSDIR}/devel/dbus-glib
-CONFLICTS= lxsession-lite-[0-9]*
-
-USE_GNOME= gtk20 intlhack
-
-USE_GMAKE= yes
-USES= iconv
+USES= gmake iconv pkgconfig
+USE_GNOME= gtk20 intlhack libxslt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -28,15 +26,11 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
+NLS_USES= gettext
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
+.include <bsd.port.options.mk>
post-patch:
.if ! ${PORT_OPTIONS:MNLS}
More information about the svn-ports-all
mailing list