summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-28 04:35:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-28 04:35:30 +0000
commit8c24200a6e8d6cf6aeb6f512329fbe132c17fbbd (patch)
treeb4ad4e691bc1483f25e6baf31a5f16802b35a59a /net-im
parentPeople still use 4.X??? Whoa! (diff)
- fix Probem of noexisted dependeny, noted by kris.
my regression tests didn't pick this up, cause /usr/ports/current/licq does exits here.
Notes
Notes: svn path=/head/; revision=74120
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc
index d688808eaf67..1f829c9ce578 100644
--- a/net-im/licq/Makefile.inc
+++ b/net-im/licq/Makefile.inc
@@ -7,7 +7,7 @@ QT_LICQ_VER= 1.2.4
RMS_LICQ_VER= 0.33
CONSOLE_LICQ_VER= 1.2.4
JONS_GTK_LICQ_VER= 0.20.2
-LICQ_PORT?= ${PORTSDIR}/current/licq
+LICQ_PORT?= ${PORTSDIR}/net/licq
.if ${PORTNAME} != "base"
RUN_DEPENDS+= licq:${LICQ_PORT}
.endif