summaryrefslogtreecommitdiff
path: root/audio/picard
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-13 21:17:06 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-13 21:17:06 +0000
commit2acc70b9d3e183e9decb7fb9f702a730e657f456 (patch)
treeaf0854ecc4bb82a6c53d1406a69dd22c86034987 /audio/picard
parent- Some comment fixes. (diff)
- Change WX_COMPS dependency type separator from "_" to ":".
- Remove IGNORE for FreeBSD 4.x since bsd.wx.mk sets it automatically when WX_UNICODE is defined.
Notes
Notes: svn path=/head/; revision=177192
Diffstat (limited to 'audio/picard')
-rw-r--r--audio/picard/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index b6096617da55..fb3db2c6c2c9 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -19,17 +19,11 @@ RUN_DEPENDS= \
${PYTHON_SITELIBDIR}/musicbrainz2/__init__.py:${PORTSDIR}/audio/py-musicbrainz2
USE_WX= 2.6
-WX_COMPS= python_run
+WX_COMPS= python:run
WX_UNICODE= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_BUILD= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= systems prior to FreeBSD 5.0 do not support Unicode
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>