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 | |
parent | e60e9cb23ea5ea2fc25ac225f97a2743735a142d (diff) | |
download | freebsd-ports-gnome-ca9aeb0d3e356bab5b9334b554eae2d94ac820a6.tar.gz freebsd-ports-gnome-ca9aeb0d3e356bab5b9334b554eae2d94ac820a6.tar.zst freebsd-ports-gnome-ca9aeb0d3e356bab5b9334b554eae2d94ac820a6.zip |
Fix typo in LIB_DEPENDS: gdk_pibxuf -> gdk_pixbuf
-rw-r--r-- | x11-wm/xfce/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 7ccddef59833..45fe19918e47 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 diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 7ccddef59833..45fe19918e47 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/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 |