svn commit: r439138 - head/x11-wm/openbox

Martin Wilke miwi at FreeBSD.org
Sat Apr 22 08:39:23 UTC 2017


Author: miwi
Date: Sat Apr 22 08:39:21 2017
New Revision: 439138
URL: https://svnweb.freebsd.org/changeset/ports/439138

Log:
  - Fix shebangs
  - Add missing dependency
  
  Approved by:	maintainer via irc

Modified:
  head/x11-wm/openbox/Makefile

Modified: head/x11-wm/openbox/Makefile
==============================================================================
--- head/x11-wm/openbox/Makefile	Sat Apr 22 08:28:19 2017	(r439137)
+++ head/x11-wm/openbox/Makefile	Sat Apr 22 08:39:21 2017	(r439138)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openbox
 PORTVERSION=	3.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/openbox/
 
@@ -12,11 +12,16 @@ COMMENT=	Small, fast, standards complian
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig
-USE_GNOME=	glib20 libxml2
-USE_XORG=	xcursor xext xft xinerama xrandr xau
+USES=		gmake libtool pathfix python:run pkgconfig shebangfix
+USE_GNOME=	cairo glib20 libxml2
+USE_XORG=	ice sm x11 xcursor xext xft xinerama xrandr \
+		xrender xau
 USE_LDCONFIG=	yes
+SHEBANG_FILES=	data/autostart/openbox-xdg-autostart
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lXext


More information about the svn-ports-all mailing list