diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-18 12:22:30 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-18 12:22:30 +0000 |
commit | b45999120a4bc4d2da2e43c8a84e758f0ab804b2 (patch) | |
tree | b560c2f4de3c9ac3603c3f725cb77bbd04de2823 | |
parent | New port: lang/cocor (Coco/R, a compiler generator) (diff) |
fix build of husky ports if husky-smapi was installed as a package
Notes
Notes:
svn path=/head/; revision=73390
-rw-r--r-- | news/husky-base/Makefile.inc | 7 | ||||
-rw-r--r-- | news/husky-smapi/Makefile | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/news/husky-base/Makefile.inc b/news/husky-base/Makefile.inc index 34232a762d81..867a175a2259 100644 --- a/news/husky-base/Makefile.inc +++ b/news/husky-base/Makefile.inc @@ -8,8 +8,13 @@ MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= husky DIST_SUBDIR= husky -USE_GMAKE= yes WRKSRC?= ${WRKDIR}/${PORTNAME} +.if ${PORTNAME} != "base" +BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base + +USE_GMAKE= yes + pre-build: @${LN} -sf ${LOCALBASE}/etc/fido/huskymak.cfg ${WRKDIR} +.endif diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile index 831250250342..242e1ba08455 100644 --- a/news/husky-smapi/Makefile +++ b/news/husky-smapi/Makefile @@ -13,8 +13,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION} MAINTAINER= fjoe@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base - INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |