diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /misc/gxmame | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'misc/gxmame')
-rw-r--r-- | misc/gxmame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index 48b4309ad48..603691c0efb 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/07 22:03:50 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2008/07/14 12:56:08 joerg Exp $ # DISTNAME= gxmame-0.35beta1 @@ -10,6 +10,8 @@ MAINTAINER= flynn@energyhq.es.eu.org HOMEPAGE= http://gxmame.sourceforge.net/ COMMENT= Frontend for XMame using the GTK2 library +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= xmame>=0.87:../../emulators/xmame GNU_CONFIGURE= yes |