diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-20 20:38:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-20 20:38:14 +0000 |
commit | cb811d6a1e6263b94ebf5071f42e4289d6001549 (patch) | |
tree | 11c43077d6a3ce03cf8b2df195de0f3a74d22ea1 /emulators/xmame | |
parent | 9e359b5e8c90e705537190fd971784aff4cb3ed0 (diff) | |
download | pkgsrc-cb811d6a1e6263b94ebf5071f42e4289d6001549.tar.gz |
This depends von Xpm installed; reported by Markus Illenseer.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 9a5f16309e5..df870df8fbd 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -4,7 +4,7 @@ # Date Created: 30 January 1998 # Whom: root@garbled.futureone.com # -# $NetBSD: Makefile,v 1.1 1998/02/14 22:06:04 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/20 20:38:14 hubertf Exp $ DISTNAME= xmame-0.30.1_src PKGNAME= xmame-0.30.1 @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.futureone.com RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/xmame-0.30.1 USE_X11= yes |