diff options
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index df16460ee000..621bacc6f43b 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openbox PORTVERSION= 3.5.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ @@ -23,8 +23,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lXext PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//} -OPTIONS_DEFINE= NLS IMLIB PANGO NOTIFY -OPTIONS_DEFAULT= IMLIB PANGO NOTIFY +OPTIONS_DEFINE= NLS IMLIB PANGO SVG NOTIFY +OPTIONS_DEFAULT= IMLIB PANGO NOTIFY SVG OPTIONS_SUB= yes NLS_USES= gettext @@ -39,6 +39,9 @@ NOTIFY_CONFIGURE_OFF= --disable-startup-notification IMLIB_CONFIGURE_ENABLE= imlib2 IMLIB_USE= EFL=imlib2 +SVG_USE= GNOME=librsvg2 +SVG_CONFIGURE_ENABLE= librsvg + post-configure: @${CHMOD} +x ${WRKSRC}/install-sh |