summaryrefslogtreecommitdiff
path: root/audio/libvisual
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:01:13 +0000
committerwiz <wiz>2007-02-22 19:01:13 +0000
commit5895e8cab53be9857ed405815ba88a107d8b10d4 (patch)
tree552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /audio/libvisual
parentf4f209a764034da1af521efd3aacaacca89dff2b (diff)
downloadpkgsrc-5895e8cab53be9857ed405815ba88a107d8b10d4.tar.gz
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'audio/libvisual')
-rw-r--r--audio/libvisual/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index f4c39419938..75760311b82 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/01/26 19:24:42 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:14 wiz Exp $
#
DISTNAME= libvisual-0.4.0
@@ -20,9 +20,9 @@ USE_TOOLS+= pkg-config
.include "../../mk/compiler.mk"
.if ${MACHINE_ARCH} == "i386"
-.if !empty(CC_VERSION:Mgcc*)
+. if !empty(CC_VERSION:Mgcc*)
CPPFLAGS+= -mmmx
-.endif
+. endif
.endif
.include "../../mk/bsd.pkg.mk"