diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-21 20:20:09 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-21 20:20:09 +0000 |
commit | 7f1e00044d54de1b4f90a7223f2877553502602c (patch) | |
tree | 7ec2e9b72d858a272936417daa6d159eb2bcfada /graphics/xmms-paranormal | |
parent | 4d25e7ca52b4fe4e31aa81419c607e3e7c66196d (diff) | |
download | ports-7f1e00044d54de1b4f90a7223f2877553502602c.tar.gz ports-7f1e00044d54de1b4f90a7223f2877553502602c.zip |
- Remove USE_X_PREFIX
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
Notes
Notes:
svn path=/head/; revision=209555
Diffstat (limited to 'graphics/xmms-paranormal')
-rw-r--r-- | graphics/xmms-paranormal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 283aaac7dad5..d4a2b5ad5f53 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -7,9 +7,9 @@ PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= paranormal DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} @@ -28,7 +28,6 @@ USE_SDL= sdl USE_LDCONFIG= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig |