diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
commit | 050450676e5d62aef012d8b8693fb6751464196e (patch) | |
tree | 5fa28a12afc04de9e147145e0c7deb1e7df8bd64 /audio | |
parent | a69c5948a6f1963386e14deeb30f67e7effa3437 (diff) |
- Remove USE_SIZE knob
Notes
Notes:
svn path=/head/; revision=107235
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aube/Makefile | 1 | ||||
-rw-r--r-- | audio/sweep/Makefile | 1 | ||||
-rw-r--r-- | audio/wavbreaker/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/aube/Makefile b/audio/aube/Makefile index 8e4f2c6a8e50..17fbf286f8bd 100644 --- a/audio/aube/Makefile +++ b/audio/aube/Makefile @@ -16,7 +16,6 @@ COMMENT= System for sound generation and processing LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -USE_SIZE= yes USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index a5bde70fd853..508a29ac68ce 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ mad.2:${PORTSDIR}/audio/mad \ tdb.1:${PORTSDIR}/databases/tdb -USE_SIZE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL_VER= 13 diff --git a/audio/wavbreaker/Makefile b/audio/wavbreaker/Makefile index 8d28b300762c..e776aef06d31 100644 --- a/audio/wavbreaker/Makefile +++ b/audio/wavbreaker/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://huli.org/wavbreaker/ MAINTAINER= krion@FreeBSD.org COMMENT= Tool to split wav files -USE_SIZE= yes USE_GNOME= gtk20 libxml2 gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes |