diff options
Diffstat (limited to 'emulators/vgba-bin/Makefile')
-rw-r--r-- | emulators/vgba-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 12ef51e3839f..0b0082663285 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -13,8 +13,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Emulator of Nintendo GameBoy Advance(TM) -LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x \ - libm.so.2:${PORTSDIR}/misc/compat4x +LIB_DEPENDS= libc.so.5:misc/compat5x \ + libm.so.2:misc/compat4x ONLY_FOR_ARCHS= i386 NO_BUILD= no |