diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-14 18:57:46 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-14 18:57:46 +0000 |
commit | 806963ab6388d27a92f5bf038993cb66685c227e (patch) | |
tree | 83a3c5a912fe1d2d085d763aab2e570d0554886d /x11-wm/openbox | |
parent | e35ac3ddbe6ac9bc530712ca31d72a25d0aa8032 (diff) |
Notes
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/openbox/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index ba6c52a2fa53..df16460ee000 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -15,11 +15,11 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USES= gmake libtool:keepla pathfix pkgconfig USE_GNOME= glib20 libxml2 -USE_XORG= xft +USE_XORG= xext xft USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lXext PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//} diff --git a/x11-wm/openbox/pkg-plist b/x11-wm/openbox/pkg-plist index bc6e4e0b65bc..60bd0fe4e43d 100644 --- a/x11-wm/openbox/pkg-plist +++ b/x11-wm/openbox/pkg-plist @@ -198,4 +198,3 @@ share/xsessions/openbox.desktop @dirrm include/openbox/%%VERSION%% @dirrm include/openbox @dirrm etc/xdg/openbox -@dirrmtry etc/xdg |