diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-12 10:26:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-12 10:26:59 +0000 |
commit | 96fc47c14f1c212bb44b3fea33a48ff9851c6bdd (patch) | |
tree | 397609a094ed7bb668e7b58b490f2a22b5f2be98 /audio/xmms | |
parent | 5f376acbd57b7419d869b5c94e151a177b9511e1 (diff) | |
download | pkgsrc-96fc47c14f1c212bb44b3fea33a48ff9851c6bdd.tar.gz |
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/buildlink3.mk b/audio/xmms/buildlink3.mk index a2759e3c58a..90c943f5862 100644 --- a/audio/xmms/buildlink3.mk +++ b/audio/xmms/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/04/06 06:21:37 reed Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2006/04/12 10:27:02 rillig Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XMMS_BUILDLINK3_MK:= ${XMMS_BUILDLINK3_MK}+ @@ -27,4 +27,4 @@ PTHREAD_OPTS+= require .include "../../mk/pthread.buildlink3.mk" -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |