diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-27 09:57:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-27 09:57:34 +0800 |
commit | 7b803bf8a400e9aa377e890212813d6beae04f9a (patch) | |
tree | 072817bccb05bbc52df23ceb9f0c44a7e6b7a894 /net-im | |
parent | ea323a543ac7d90515aacc7165b2d33de2073070 (diff) | |
download | freebsd-ports-gnome-7b803bf8a400e9aa377e890212813d6beae04f9a.tar.gz freebsd-ports-gnome-7b803bf8a400e9aa377e890212813d6beae04f9a.tar.zst freebsd-ports-gnome-7b803bf8a400e9aa377e890212813d6beae04f9a.zip |
Unbreak INDEX building by adding PORTSDIR variable to RUN_DEPENDS.
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 32063ef878e9..12ec14413d76 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/licq/Makefile.inc @@ -8,7 +8,7 @@ RMS_LICQ_VER= 0.33 CONSOLE_LICQ_VER= 1.2.7 JONS_GTK_LICQ_VER= 0.20.2 .if ${PORTNAME} != "base" -RUN_DEPENDS+= licq:${LICQ_PORT} +RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT} .endif MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= licq |