diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-07-24 01:09:55 +0000 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-07-24 01:09:55 +0000 |
commit | 5aa0b316ac7b93c325c644dd7978db5c57e1c73f (patch) | |
tree | 8e8934e5f69cf768dc3ad815b459cb25b66ae1f5 /emulators/gsnes9x | |
parent | f884b389f8a9c61bf44f8f86b436d1d8dfc494a2 (diff) | |
download | FreeBSD-ports-5aa0b316ac7b93c325c644dd7978db5c57e1c73f.zip FreeBSD-ports-5aa0b316ac7b93c325c644dd7978db5c57e1c73f.tar.gz |
Add dependency on gnome.
Submitted by: asmodai
Diffstat (limited to 'emulators/gsnes9x')
-rw-r--r-- | emulators/gsnes9x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index ea12b1b..8c94b85 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -15,6 +15,7 @@ MAINTAINER= kbyanc@posi.net LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + gnome.4:${PORTSDIR}/x11/gnomelibs \ esd.2:${PORTSDIR}/audio/esound RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x |