diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-07-24 09:09:55 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-07-24 09:09:55 +0800 |
commit | 5aa0b316ac7b93c325c644dd7978db5c57e1c73f (patch) | |
tree | 8e8934e5f69cf768dc3ad815b459cb25b66ae1f5 /emulators | |
parent | f884b389f8a9c61bf44f8f86b436d1d8dfc494a2 (diff) | |
download | freebsd-ports-gnome-5aa0b316ac7b93c325c644dd7978db5c57e1c73f.tar.gz freebsd-ports-gnome-5aa0b316ac7b93c325c644dd7978db5c57e1c73f.tar.zst freebsd-ports-gnome-5aa0b316ac7b93c325c644dd7978db5c57e1c73f.zip |
Add dependency on gnome.
Submitted by: asmodai
Diffstat (limited to 'emulators')
-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 ea12b1bd631c..8c94b8539924 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 |