diff options
author | asami <asami@FreeBSD.org> | 2001-04-29 17:29:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-04-29 17:29:41 +0800 |
commit | ba8f5f3fda2ea790c388fa570b3cc60ae4f033ee (patch) | |
tree | 777822ac827ecd4d8ef9d0d0108d03efa2ca7d0a /news | |
parent | 7d089714c3d716cc98528c3a19544bb4bf224c30 (diff) | |
download | freebsd-ports-gnome-ba8f5f3fda2ea790c388fa570b3cc60ae4f033ee.tar.gz freebsd-ports-gnome-ba8f5f3fda2ea790c388fa570b3cc60ae4f033ee.tar.zst freebsd-ports-gnome-ba8f5f3fda2ea790c388fa570b3cc60ae4f033ee.zip |
Fix syntax error by adding a '\' at the end of a line.
Submitted by: bento
Diffstat (limited to 'news')
-rw-r--r-- | news/krn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/krn/Makefile b/news/krn/Makefile index b5a5de8fc51e..53eefa870dba 100644 --- a/news/krn/Makefile +++ b/news/krn/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= adsharma@sharmas.dhs.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - uu.1:${PORTSDIR}/converters/uulib + uu.1:${PORTSDIR}/converters/uulib \ mimelib.1:${PORTSDIR}/converters/mimelib USE_KDELIBS_VER=1 |