diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-27 15:55:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-27 15:55:39 +0000 |
commit | dc72057538af4adff0c637eb382137a2764d6636 (patch) | |
tree | 4784c8d54cd3cbfcfa435050177f9eb6f37b918c /net-im/licq | |
parent | 9c8309773b4f75e7d0b933083f173d8075eaf5ac (diff) | |
download | ports-dc72057538af4adff0c637eb382137a2764d6636.tar.gz ports-dc72057538af4adff0c637eb382137a2764d6636.zip |
- add option LICQ_PORT= to alter location of master port
Notes
Notes:
svn path=/head/; revision=74091
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 146449b4d4cc..d688808eaf67 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/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 |