diff options
author | pav <pav@FreeBSD.org> | 2005-11-25 22:36:27 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-25 22:36:27 +0000 |
commit | 70e3daab122c5274e375af28dd3794327b04d227 (patch) | |
tree | 35465bac4edf6a51d6992ad727901b03ee4f53bb /audio/xmms-ladspa | |
parent | 584b01268713eca5f7a87c8a81c2692dc04dd0e0 (diff) | |
download | FreeBSD-ports-70e3daab122c5274e375af28dd3794327b04d227.zip FreeBSD-ports-70e3daab122c5274e375af28dd3794327b04d227.tar.gz |
- Style: don't quote COMMENT, it looks nasty in `make describe` output
Diffstat (limited to 'audio/xmms-ladspa')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index 9aa00f9..b98326d 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= arved DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@FreeBSD.org -COMMENT= "XMMS Plugin that provides LADSPA Plugins to XMMS" +COMMENT= XMMS Plugin that provides LADSPA Plugins to XMMS BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms |