diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-04-07 17:20:40 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-04-07 17:20:40 +0000 |
commit | 7978eb002b3326cc5ad43adb9b1179af31808869 (patch) | |
tree | 02586e5264db032c196a6a6831593ff2ab1d2065 /mbone/vat/Makefile | |
parent | ce342807998f56e43d9959ff4234b78dd6789899 (diff) | |
download | pkgsrc-7978eb002b3326cc5ad43adb9b1179af31808869.tar.gz |
Ask for a properly installed gsm package to build with, nothing
half-baked.
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r-- | mbone/vat/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 7dbe142327d..3f5ca8a8c96 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2000/01/26 22:16:47 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2000/04/07 17:20:40 hubertf Exp $ # DISTNAME= vatsrc-4.0b2 @@ -10,28 +10,21 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ -BUILD_DEPENDS+= ${GSM_WORK}/inc/private.h:${GSM_DIR}:patch -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/include/gsm/private.h:../../audio/gsm DEPENDS+= tk-8.0.5:../../x11/tk80 DEPENDS+= gsm-1.0.10:${GSM_DIR} NOT_FOR_PLATFORM= *-*-alpha # filter.cc compiler error -GSM_DIR= ${.CURDIR}/../../audio/gsm -GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 - USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -CPPFLAGS+= -I${LOCALBASE}/include -I${GSM_WORK}/inc +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm INSTALL_TARGET= install install-man pre-configure: cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf -pre-clean: - @cd ${GSM_DIR}; ${MAKE} clean - .include "../../mk/bsd.pkg.mk" |