diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-15 01:49:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-15 01:49:44 +0000 |
commit | e363a82dbcd55a27d1ed14427a247e1899802bd2 (patch) | |
tree | 5f278131dacb4c6aba951527688bce61ae958bc8 /games/nethack33-qt | |
parent | deebc82a9f32f64ee19f8fce8c12fa6e9f930588 (diff) | |
download | ports-e363a82dbcd55a27d1ed14427a247e1899802bd2.tar.gz ports-e363a82dbcd55a27d1ed14427a247e1899802bd2.zip |
Notes
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r-- | games/nethack33-qt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index ecfcd846b4fd..1d4a41c4c5c5 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-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 |