diff options
Diffstat (limited to 'emulators/cpmtools2/Makefile')
-rw-r--r-- | emulators/cpmtools2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/cpmtools2/Makefile b/emulators/cpmtools2/Makefile index 4b1cc65b892f..2dd87e387cbe 100644 --- a/emulators/cpmtools2/Makefile +++ b/emulators/cpmtools2/Makefile @@ -23,7 +23,7 @@ LIBDSK_DESC= Access to disks and disk images support LIBDSK_CONFIGURE_ON= --with-libdsk=${LOCALBASE} LIBDSK_CONFIGURE_OFF= --with-libdsk='' -LIBDSK_LIB_DEPENDS= libdsk.so:${PORTSDIR}/emulators/libdsk +LIBDSK_LIB_DEPENDS= libdsk.so:emulators/libdsk # remove unneeded getopt*.c # remove curses from all but fsed.cpm |