diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-28 04:35:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-28 04:35:30 +0000 |
commit | 0af1f985f75334c905dc60d6147ab260c62826b5 (patch) | |
tree | 0a83797db20b6bf748493dbfb458cd1fc7da6720 /net-im | |
parent | 1df059c142799e6a48ae583d7a65bf7cceae75f8 (diff) | |
download | FreeBSD-ports-0af1f985f75334c905dc60d6147ab260c62826b5.zip FreeBSD-ports-0af1f985f75334c905dc60d6147ab260c62826b5.tar.gz |
- fix Probem of noexisted dependeny, noted by kris.
my regression tests didn't pick this up,
cause /usr/ports/current/licq does exits here.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index d688808..1f829c9 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 |