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 | |
parent | Add libmng and libexif support. (diff) |
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
-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 |