diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-11-06 21:40:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-11-06 21:40:47 +0000 |
commit | 2bd8af8d62b7b9d002bbb94fa0a359403ec9518e (patch) | |
tree | ef9e487cfe2244360ea45db980b96e8b98a6a06e /net-im | |
parent | Go with the flow, and use firefox as the default Gecko provider. (diff) |
Fix screen location.
Submitted by: Anthony Philipp <philipp1@uiuc.edu>
Notes
Notes:
svn path=/head/; revision=147462
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index 6ed5d87b19f3..84f78a107f7b 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-pkgdocdir=${DOCSDIR} CONFIGURE_ARGS+= --without-pkgdocdir .endif .if defined(WITH_DETACH) -RUN_DEPENDS= screen:${PORTSDIR}/misc/screen +RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen CONFIGURE_ARGS+= --enable-detach .endif |