diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-09 15:24:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-09 15:24:42 +0000 |
commit | 0851be7c5add27191312300b18bad03e1b9830e9 (patch) | |
tree | 315f297531326a5c2da5a54e4e0fbbd5307a1a38 /mbone | |
parent | 709b37c22f9d8e4c7a6ed4f8dfc3e39e851e8556 (diff) | |
download | pkgsrc-0851be7c5add27191312300b18bad03e1b9830e9.tar.gz |
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/nte/Makefile | 8 | ||||
-rw-r--r-- | mbone/vat/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 98c3346b294..311bbff5e8e 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/08 21:25:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/09 15:24:43 frueauf Exp $ # DISTNAME= nt.1.5a23 @@ -8,12 +8,12 @@ MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ MAINTAINER= mycroft@NetBSD.ORG -TK_DIR= ${PKGSRCDIR}/x11/tk80 -TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 - BUILD_DEPENDS= ${PKGSRCDIR}/x11/tk80/${WRKDIR:T}/tk8.0/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0p2:../../x11/tk80 +TK_DIR= ${PKGSRCDIR}/x11/tk80 +TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 + RESTRICTED= "Contains DES encryption" MIRROR_DISTFILE=no NO_WRKSUBDIR= yes diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 04208c66191..7f3180aec0c 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/05/08 21:28:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 1998/05/09 15:24:43 frueauf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -9,9 +9,6 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= mycroft@NetBSD.ORG -GSM_DIR= ${PKGSRCDIR}/audio/gsm -GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 - # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. #BUILD_DEPENDS= ${GSM_WORK}/inc/private.h:${GSM_DIR}:patch @@ -19,6 +16,9 @@ BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build DEPENDS+= tk-8.0p2:../../x11/tk80 #DEPENDS+= gsm-1.0.10:${GSM_DIR} +GSM_DIR= ${PKGSRCDIR}/audio/gsm +GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 + GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man |