aboutsummaryrefslogtreecommitdiff
path: root/graphics/libvisual
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-05-07 10:04:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-05-07 10:04:57 +0000
commit9584ea77cc126fad41d4a9f7c68a4820b33d3550 (patch)
tree9fe7c38f52718acd0f0dc3f9045113f9744802ef /graphics/libvisual
parentade17a480ef02746bc3e8832ab61e7712e990fb5 (diff)
downloadports-9584ea77cc126fad41d4a9f7c68a4820b33d3550.tar.gz
ports-9584ea77cc126fad41d4a9f7c68a4820b33d3550.zip
graphics/libvisual: minor improvements
- Define LICENSE - MMX is unused if not slower on amd64 - Don't suggest updates to 0.4.x
Notes
Notes: svn path=/head/; revision=385611
Diffstat (limited to 'graphics/libvisual')
-rw-r--r--graphics/libvisual/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile
index 56b443e7d88a..e080dd3eaeab 100644
--- a/graphics/libvisual/Makefile
+++ b/graphics/libvisual/Makefile
@@ -6,13 +6,17 @@
PORTNAME= libvisual
PORTVERSION= 0.2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Abstraction library that sits between apps and visual plugin
+LICENSE= LGPL21 # or any later version
+
+PORTSCOUT= limit:^0\.2\.
+
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -22,7 +26,7 @@ INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+.if ${ARCH} == "i386"
CFLAGS+= -mmmx
.endif