diff options
author | asami <asami@FreeBSD.org> | 1999-02-03 15:28:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-03 15:28:39 +0800 |
commit | ef7627030fe15d2864d0f2e405e62af1710aa38a (patch) | |
tree | 2f3a3316442508d622e6cf36472d53181cc47622 /audio/replay | |
parent | ffd834056ff21ce14c24ecbb908e91436d344203 (diff) | |
download | freebsd-ports-gnome-ef7627030fe15d2864d0f2e405e62af1710aa38a.tar.gz freebsd-ports-gnome-ef7627030fe15d2864d0f2e405e62af1710aa38a.tar.zst freebsd-ports-gnome-ef7627030fe15d2864d0f2e405e62af1710aa38a.zip |
Delete superfluous \ from end of line. (It didn't hurt since the next line
was empty anyway, but....)
Diffstat (limited to 'audio/replay')
-rw-r--r-- | audio/replay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index c93dba3e681e..860919fdf057 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 27 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1999/01/12 16:51:05 vanilla Exp $ +# $Id: Makefile,v 1.7 1999/02/02 17:05:21 vanilla Exp $ # DISTNAME= replay-source-dgtk_0.61 @@ -13,7 +13,7 @@ MASTER_SITES= http://replay.linuxpower.org/files/ MAINTAINER= nacai@iname.com -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel USE_X_PREFIX= yes GNU_CONFIGURE= yes |