aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-08-01 03:03:43 +0800
committeroliver <oliver@FreeBSD.org>2003-08-01 03:03:43 +0800
commit6184f6a9aa3dabfeef6ccaf43eb7664d5d64f9a6 (patch)
tree5b7db25201f894ad681eda4398ef6342ce764de6 /misc
parent7d1c2cb33268967dc3b330a20298fd7ba89a5fd3 (diff)
downloadfreebsd-ports-gnome-6184f6a9aa3dabfeef6ccaf43eb7664d5d64f9a6.tar.gz
freebsd-ports-gnome-6184f6a9aa3dabfeef6ccaf43eb7664d5d64f9a6.tar.zst
freebsd-ports-gnome-6184f6a9aa3dabfeef6ccaf43eb7664d5d64f9a6.zip
move libraries to LIB_DEPENDS and programs to BUILD_DEPENDS
PR: 55127 Submitted by: Esa Karkkainen <ejk@iki.fi>
Diffstat (limited to 'misc')
-rw-r--r--misc/xfce4-panel-themes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xfce4-panel-themes/Makefile b/misc/xfce4-panel-themes/Makefile
index f46276d126c3..0f93cec12dbe 100644
--- a/misc/xfce4-panel-themes/Makefile
+++ b/misc/xfce4-panel-themes/Makefile
@@ -19,9 +19,9 @@ DIST_SUBDIR= xfce4
MAINTAINER= ports@FreeBSD.org
COMMENT= Icon themes for the XFce 4 panel
-BUILD_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
- xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_X_PREFIX= yes
GNU_CONFIGURE= yes