aboutsummaryrefslogtreecommitdiff
path: root/multimedia/photofilmstrip/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2017-04-12 03:11:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2017-04-12 03:11:08 +0000
commit1eb00738269c58db18742debc3a7d0c773e4cef5 (patch)
treee5e98b21f684cc2b3e82479e33fa2e4fc8937619 /multimedia/photofilmstrip/Makefile
parentc55ff409e53d6fde468cd670af44b313050224ae (diff)
downloadports-1eb00738269c58db18742debc3a7d0c773e4cef5.tar.gz
ports-1eb00738269c58db18742debc3a7d0c773e4cef5.zip
multimedia/photofilmstrip: Update version 2.1.0=>3.0.2
- Mark NO_ARCH
Notes
Notes: svn path=/head/; revision=438331
Diffstat (limited to 'multimedia/photofilmstrip/Makefile')
-rw-r--r--multimedia/photofilmstrip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile
index 0d83b90ee2c3..6d27f3a90c4d 100644
--- a/multimedia/photofilmstrip/Makefile
+++ b/multimedia/photofilmstrip/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= photofilmstrip
-PORTVERSION= 2.1.0
+PORTVERSION= 3.0.2
CATEGORIES= multimedia python
MASTER_SITES= SF/photostoryx/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,5 +22,6 @@ USE_PYTHON= distutils autoplist
USE_WX= 3.0+
WX_COMPS= python:lib
ALL_TARGET= compile
+NO_ARCH= yes
.include <bsd.port.mk>