summaryrefslogtreecommitdiff
path: root/net/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-27 15:55:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-27 15:55:39 +0000
commitdc72057538af4adff0c637eb382137a2764d6636 (patch)
tree4784c8d54cd3cbfcfa435050177f9eb6f37b918c /net/licq
parentUpdate to 0.6.0 Add ipv6 to Categories (diff)
- add option LICQ_PORT= to alter location of master port
Notes
Notes: svn path=/head/; revision=74091
Diffstat (limited to 'net/licq')
-rw-r--r--net/licq/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/licq/Makefile.inc b/net/licq/Makefile.inc
index 146449b4d4cc..d688808eaf67 100644
--- a/net/licq/Makefile.inc
+++ b/net/licq/Makefile.inc
@@ -7,15 +7,16 @@ 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
.if ${PORTNAME} != "base"
-RUN_DEPENDS+= licq:${PORTSDIR}/net/licq
+RUN_DEPENDS+= licq:${LICQ_PORT}
.endif
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= licq
DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
DISTFILES= ${DISTNAME}.tar.bz2
GNU_CONFIGURE= yes
-MD5_FILE?= ${PORTSDIR}/net/licq/distinfo
+MD5_FILE?= ${LICQ_PORT}/distinfo
# USE_LIBTOOL doesn't work for these ports
#USE_LIBTOOL= yes
USE_GMAKE= yes