diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-27 21:41:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-27 21:41:16 +0800 |
commit | ba28e18e504eace70146bd5e6770fc3e7547e67f (patch) | |
tree | 87757d42c07e784f2341575087259d9e47fa030e /multimedia | |
parent | 2d75fe324ccc64ecabbd4963736d4f45d7940c85 (diff) | |
download | freebsd-ports-gnome-ba28e18e504eace70146bd5e6770fc3e7547e67f.tar.gz freebsd-ports-gnome-ba28e18e504eace70146bd5e6770fc3e7547e67f.tar.zst freebsd-ports-gnome-ba28e18e504eace70146bd5e6770fc3e7547e67f.zip |
- Add missing dependency
PR: 155051
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/photofilmstrip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index 881ee025151f..148b043ee3ca 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -8,6 +8,7 @@ PORTNAME= photofilmstrip PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= SF/photostoryx/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,13 +22,13 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ USE_PYTHON= yes USE_WX= 2.8+ WX_COMPS= python:lib +WX_UNICODE= yes USE_GETTEXT= yes LICENSE= GPLv2 pre-everything:: - @${ECHO_MSG} "To run ${PORTNAME}, you must have the Unicode version of py-wxPython28 installed." - @${ECHO_MSG} "You must also have sqlite3 installed with extensions enabled." + @${ECHO_MSG} "To run ${PORTNAME}, you must have sqlite3 installed with extensions enabled." ALL_TARGET= compile |