diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-18 06:27:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-18 06:27:01 +0000 |
commit | 291cb03b122ad418b421c0fed2c8c90d4b66d1ed (patch) | |
tree | bac6f5a80f1c91a052c8ed2f6b400e7e2b10e02e /graphics | |
parent | f48e4f9167f9f89f38e098a3167baedbc6b2b756 (diff) | |
download | ports-291cb03b122ad418b421c0fed2c8c90d4b66d1ed.tar.gz ports-291cb03b122ad418b421c0fed2c8c90d4b66d1ed.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 40865f1f9242..4b455aee63e3 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -34,7 +34,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if defined(WITH_MMX) && (${ARCH} == "i386") -CONFIGURE_ARGS= --enable-mmx +CONFIGURE_ARGS+= --enable-mmx .endif .include <bsd.port.post.mk> |