diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/tiemu3 | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'emulators/tiemu3')
-rw-r--r-- | emulators/tiemu3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 4c3c4dec5cb2..9b593209bfbe 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -12,9 +12,9 @@ EXTRACT_SUFX= -nogdb.tar.gz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2 \ - libticables2.so:${PORTSDIR}/comms/libticables2 \ - libtifiles2.so:${PORTSDIR}/devel/libtifiles2 +LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 \ + libticables2.so:comms/libticables2 \ + libtifiles2.so:devel/libtifiles2 USES= gmake libtool pkgconfig GNU_CONFIGURE= yes |