diff options
author | asami <asami@FreeBSD.org> | 1997-04-15 09:49:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-15 09:49:44 +0800 |
commit | 40a475b2aff67fc02432f5a13c25ce594e594ab6 (patch) | |
tree | 74ef1e18736a560b6aeadf7de6b7744873c1b816 /games/nethack34-qt | |
parent | 5f71fc3547105e5b9fd7f140d7422f32ea73b8ed (diff) | |
download | freebsd-ports-gnome-40a475b2aff67fc02432f5a13c25ce594e594ab6.tar.gz freebsd-ports-gnome-40a475b2aff67fc02432f5a13c25ce594e594ab6.tar.zst freebsd-ports-gnome-40a475b2aff67fc02432f5a13c25ce594e594ab6.zip |
Use a continuation line instead of repeating "RUN_DEPENDS=" etc. over
and over (which cancels all but the first line anyway).
Diffstat (limited to 'games/nethack34-qt')
-rw-r--r-- | games/nethack34-qt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index ecfcd846b4fd..1d4a41c4c5c5 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.4 1997/04/07 18:12:11 andreas Exp $ +# $Id: Makefile,v 1.5 1997/04/14 15:05:42 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -19,10 +19,10 @@ DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas -BUILD_DEPENDS= xpmtoppm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ + xpmtoppm:${PORTSDIR}/graphics/netpbm +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas EXTRACT_ONLY= nethack-3.2.2.tar.gz |