diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-08-07 04:52:51 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-08-07 04:52:51 +0800 |
commit | ca9aeb0d3e356bab5b9334b554eae2d94ac820a6 (patch) | |
tree | 83ec08c46fbb7b3b3863bbddafc88b1558ca04e3 /x11-wm/xfce | |
parent | e60e9cb23ea5ea2fc25ac225f97a2743735a142d (diff) | |
download | freebsd-ports-graphics-ca9aeb0d3e356bab5b9334b554eae2d94ac820a6.tar.gz freebsd-ports-graphics-ca9aeb0d3e356bab5b9334b554eae2d94ac820a6.tar.zst freebsd-ports-graphics-ca9aeb0d3e356bab5b9334b554eae2d94ac820a6.zip |
Fix typo in LIB_DEPENDS: gdk_pibxuf -> gdk_pixbuf
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 7ccddef5983..45fe19918e4 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gdk_pibxuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes USE_GTK= yes |