summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Smith (ndansmith) <ndansmith@gmail.com>2007-03-15 03:42:42 +0000
committerNathan Smith (ndansmith) <ndansmith@gmail.com>2007-03-15 03:42:42 +0000
commit1ec698cbb58ae056a7e6c67b5bed701ed851e08a (patch)
tree77c60f2aa0ed0ac43f73c1a2d54aab6b267a1d5d /games-engines/dagii/dagii-0.4.ebuild
parent-r1 patch modifications (diff)
downloadsunrise-1ec698cbb58ae056a7e6c67b5bed701ed851e08a.tar.gz
sunrise-1ec698cbb58ae056a7e6c67b5bed701ed851e08a.tar.bz2
sunrise-1ec698cbb58ae056a7e6c67b5bed701ed851e08a.zip
games-engines/dagii: Addition of make dep target; removal of now-unneeded patch; tidying elog
svn path=/sunrise/; revision=3240
Diffstat (limited to 'games-engines/dagii/dagii-0.4.ebuild')
-rw-r--r--games-engines/dagii/dagii-0.4.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/games-engines/dagii/dagii-0.4.ebuild b/games-engines/dagii/dagii-0.4.ebuild
index f67a2e129..eaa0d5c07 100644
--- a/games-engines/dagii/dagii-0.4.ebuild
+++ b/games-engines/dagii/dagii-0.4.ebuild
@@ -19,6 +19,7 @@ RDEPEND="${DEPEND}"
src_compile() {
egamesconf $(use_enable png libpng ) || die "econf failed"
+ emake dep || die "emake dep failed"
emake || die "emake failed"
}
@@ -35,5 +36,6 @@ pkg_postinst() {
elog "or in a location passed as a path in the command line"
elog "For example: \"$ dagii /usr/share/games/kq3\""
elog "Also, dagii can play games which are stored in .zip archives."
+ echo
games_pkg_postinst
}