diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-21 19:51:42 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-21 19:51:42 +0000 |
commit | a4939ed92e7e607124a26e6f88b89166974b79d2 (patch) | |
tree | f273534ed18c6ed6317bf75ab83c5a5cec005c91 /audio/xmms-pipe | |
parent | 8bc8d7d5cbd3dfd8e0524b499dc60fc8cf9b0cd2 (diff) | |
download | ports-a4939ed92e7e607124a26e6f88b89166974b79d2.tar.gz ports-a4939ed92e7e607124a26e6f88b89166974b79d2.zip |
- Remove USE_X_PREFIX
- Use SF macro
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
Notes
Notes:
svn path=/head/; revision=209551
Diffstat (limited to 'audio/xmms-pipe')
-rw-r--r-- | audio/xmms-pipe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-pipe/Makefile b/audio/xmms-pipe/Makefile index 0a4986d8a0d9..5b5f71f0cb51 100644 --- a/audio/xmms-pipe/Makefile +++ b/audio/xmms-pipe/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-pipe PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://rooster.stanford.edu/~ben/xmmspipe/files/ DISTNAME= xmmspipe-${PORTVERSION} @@ -19,7 +19,6 @@ COMMENT= Controls XMMS with a named pipe BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -USE_X_PREFIX= yes USE_GMAKE= yes ALL_TARGET= target |