diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-18 01:52:26 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-18 01:52:26 +0800 |
commit | 1fe290096d8cf8fa7597b583293828c440fb10aa (patch) | |
tree | 337db32e8a912ab22409c3437df6d8c00f35a1de /x11-wm/lxsession/Makefile | |
parent | c0b46f898a05794028501b4a886715a0bf7f777a (diff) | |
download | freebsd-ports-gnome-1fe290096d8cf8fa7597b583293828c440fb10aa.tar.gz freebsd-ports-gnome-1fe290096d8cf8fa7597b583293828c440fb10aa.tar.zst freebsd-ports-gnome-1fe290096d8cf8fa7597b583293828c440fb10aa.zip |
- Use the new format for LIB_DEPENDS
- Support STAGEDIR
- Set PORTSCOUT
Diffstat (limited to 'x11-wm/lxsession/Makefile')
-rw-r--r-- | x11-wm/lxsession/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index b3ed0a21aecc..501a21e1175b 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -11,17 +11,15 @@ MAINTAINER= nemysis@FreeBSD.org COMMENT= LXDE Session Manager BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= hal:${PORTSDIR}/sysutils/hal \ - gee:${PORTSDIR}/devel/libgee \ - dbus-glib:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal \ + libgee-0.8.so:${PORTSDIR}/devel/libgee \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USES= gmake iconv pkgconfig USE_GNOME= gtk20 intlhack libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= lxsession.1 lxsession-logout.1 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,7 +28,9 @@ OPTIONS_SUB= yes NLS_USES= gettext -NO_STAGE= yes +# Wrong versioning upstream +PORTSCOUT= skipv:0.4.9.2 + .include <bsd.port.options.mk> post-patch: |