diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-29 22:57:09 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-29 22:57:09 +0000 |
commit | 09b5dd64df0416e0ffbc4e8993cc4e87dd66b5df (patch) | |
tree | 568f56c9bbfc67931aee20f04d41f0ec3bf1ca4f /audio/gsm | |
parent | 9396781da8c762ce000187b7e7d1f700e560c417 (diff) | |
download | pkgsrc-09b5dd64df0416e0ffbc4e8993cc4e87dd66b5df.tar.gz |
Set USE_BUILDLINK_ONLY
Diffstat (limited to 'audio/gsm')
-rw-r--r-- | audio/gsm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 0057a599819..afb494166da 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/16 13:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/06/29 22:57:09 zuntum Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp # @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://kbs.cs.tu-berlin.de/~jutta/toast.html COMMENT= Audio converter and library for converting u-law to gsm encoding +USE_BUILDLINK_ONLY= YES USE_LIBTOOL= # defined NO_CONFIGURE= # defined |