diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-25 11:43:58 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-25 11:43:58 +0000 |
commit | 5bb578428d08b4b50287f2488823ced1b7b68c4e (patch) | |
tree | 8b856f49e6c4ba430b30a64bb7364d1f5010d992 /audio | |
parent | 65f4048d31a1222099987efc3e828217782c215d (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mctoolame-decoder/Makefile | 1 | ||||
-rw-r--r-- | audio/mctoolame-encoder/Makefile | 1 | ||||
-rw-r--r-- | audio/toolame/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile index e67e614d057f..03316b9e7b76 100644 --- a/audio/mctoolame-decoder/Makefile +++ b/audio/mctoolame-decoder/Makefile @@ -20,7 +20,6 @@ COMMENT= A LayerII MPEG Audio decoder which supports multi-channel encoding USE_GMAKE= yes USE_REINPLACE= yes -USE_SIZE= yes ALL_TARGET= PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}" diff --git a/audio/mctoolame-encoder/Makefile b/audio/mctoolame-encoder/Makefile index 034466d9f818..1b7b0dc59d5d 100644 --- a/audio/mctoolame-encoder/Makefile +++ b/audio/mctoolame-encoder/Makefile @@ -20,7 +20,6 @@ COMMENT= A LayerII MPEG Audio encoder which supports multi-channel encoding USE_GMAKE= yes USE_REINPLACE= yes -USE_SIZE= yes ALL_TARGET= PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}" diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index fb5280e61b2d..10a1d1311fb1 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -19,7 +19,6 @@ COMMENT= Optimized mpeg 1/2 layer 2 audio encoder USE_GMAKE= yes USE_REINPLACE= yes -USE_SIZE= yes ALL_TARGET= ${PORTNAME} DOC_FILES= FUTURE HISTORY LGPL.txt README |