diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 21:42:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 21:42:42 +0000 |
commit | 36a3da9086a384f4485690b8a08f2973e6e29206 (patch) | |
tree | bcdcfd7d6ac0743a1bdd93001cdf602755615460 /net-im | |
parent | Add maitretarot 0.1.98, server side of MaitreTarot, a Tarot card (diff) |
- Fix breakage, set default hardcoded now
Notes
Notes:
svn path=/head/; revision=105383
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 8e96cd6a5b70..fb5587934366 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME} -LICQ_PORT?= ${PKGCATEGORY}/${PORTDIRNAME} +LICQ_PORT?= net/licq # workaround for installed autoconf/automake CONFIGURE_ARGS+=--program-transform-name=s,y,y, |