diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-31 19:03:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-31 19:03:43 +0000 |
commit | e56fbbbb5c3ec0a1310dccba4bc33174aa11cd68 (patch) | |
tree | 9dd65bd69cbab5bbe90e1f1434c854255ec56b4f /misc | |
parent | e85190b6fb2f1ce67d49a3b2803a9a8601fc187a (diff) | |
download | ports-e56fbbbb5c3ec0a1310dccba4bc33174aa11cd68.tar.gz ports-e56fbbbb5c3ec0a1310dccba4bc33174aa11cd68.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-panel-themes/Makefile | 6 |
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 |