diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-05 19:23:40 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-05 19:23:40 +0000 |
commit | df07307b882527891e44d1fe7940a28938a62cd6 (patch) | |
tree | b8eced8a06c0dabb3bb47f6f2e0d79e562f45f8e /x11-wm/xfce4/Makefile | |
parent | Update to 3.8.6 (diff) |
Update to 3.8.6
PR: ports/28066
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=45847
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index dd6096d9768a..7ccddef59833 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gdk_pibxuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GTK= yes USE_XPM= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |