diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-27 23:55:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-27 23:55:39 +0800 |
commit | e29b789222aa7e57d2cc4cb6824eefbbe19530ae (patch) | |
tree | 10f54c22b9b4731dc7597bcc6b6d18f63175903a /net-im | |
parent | ebd70e30e824016160b48239b2eeaf90045dd3b6 (diff) | |
download | freebsd-ports-gnome-e29b789222aa7e57d2cc4cb6824eefbbe19530ae.tar.gz freebsd-ports-gnome-e29b789222aa7e57d2cc4cb6824eefbbe19530ae.tar.zst freebsd-ports-gnome-e29b789222aa7e57d2cc4cb6824eefbbe19530ae.zip |
- add option LICQ_PORT= to alter location of master port
Diffstat (limited to 'net-im')
-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 |