aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-08-01 03:03:43 +0800
committerOliver Lehmann <oliver@FreeBSD.org>2003-08-01 03:03:43 +0800
commite56fbbbb5c3ec0a1310dccba4bc33174aa11cd68 (patch)
tree9dd65bd69cbab5bbe90e1f1434c854255ec56b4f /misc
parente85190b6fb2f1ce67d49a3b2803a9a8601fc187a (diff)
downloadfreebsd-ports-e56fbbbb5c3ec0a1310dccba4bc33174aa11cd68.tar.gz
freebsd-ports-e56fbbbb5c3ec0a1310dccba4bc33174aa11cd68.tar.zst
freebsd-ports-e56fbbbb5c3ec0a1310dccba4bc33174aa11cd68.zip
move libraries to LIB_DEPENDS and programs to BUILD_DEPENDS
PR: 55127 Submitted by: Esa Karkkainen <ejk@iki.fi>
Notes
Notes: svn path=/head/; revision=86068
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