diff options
author | oliver <oliver@FreeBSD.org> | 2008-03-08 18:19:56 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-03-08 18:19:56 +0800 |
commit | 1452fb4c24104a1f5dc8f1cb06950af6e0c15532 (patch) | |
tree | 84c4d7705d4683af9ca7c5862fd3e44f86ac58b9 | |
parent | 16af700457f5f048ffe82415a72d3871e359ab04 (diff) | |
download | freebsd-ports-gnome-1452fb4c24104a1f5dc8f1cb06950af6e0c15532.tar.gz freebsd-ports-gnome-1452fb4c24104a1f5dc8f1cb06950af6e0c15532.tar.zst freebsd-ports-gnome-1452fb4c24104a1f5dc8f1cb06950af6e0c15532.zip |
define propper run dependencies
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 3feeb873424c..8544825c10e7 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -16,7 +16,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Session manager for the Xfce 4 desktop environment BUILD_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth GNU_CONFIGURE= yes INSTALLS_ICONS= yes |