diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-23 16:42:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-23 16:42:30 +0000 |
commit | 5f26a0047137bb7ac5c46bdd6668eeb6bc83d276 (patch) | |
tree | 5721582639406da27f4f0b7d1345bea1efd4c7a4 /emulators/libspectrum | |
parent | a81009fc18437e65743407e6cd8bd9cc8639e103 (diff) | |
download | ports-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.tar.gz ports-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.zip |
Notes
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 60839cb04afe..ed3a9999988a 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -11,7 +11,7 @@ COMMENT= Handling of ZX-Spectrum emulator files formats LICENSE= GPLv2 -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= glib20 |