From 4e1b79a0a61f4973df8b4b0864d22086c769e219 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- games/freedink-engine/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/freedink-engine') diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile index 93a22b6ddf4f..c9779fc7b899 100644 --- a/games/freedink-engine/Makefile +++ b/games/freedink-engine/Makefile @@ -11,8 +11,8 @@ PKGNAMESUFFIX= -engine MAINTAINER= shurd@FreeBSD.org COMMENT= Dink Smallwood RPG and RPG Construction Set -LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ - libcheck.so:${PORTSDIR}/devel/libcheck +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libcheck.so:devel/libcheck USES= gettext gmake pkgconfig USE_SDL= sdl gfx ttf image mixer @@ -24,9 +24,9 @@ OPTIONS_DEFAULT=EMBEDDED EMBEDDED_DESC= Embedded Resources EMBEDDED_CONFIGURE_ENABLE= embedded-resources -EMBEDDED_BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -EMBEDDED_LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip -EMBEDDED_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip +EMBEDDED_BUILD_DEPENDS= zip:archivers/zip +EMBEDDED_LIB_DEPENDS= libzip.so:archivers/libzip +EMBEDDED_RUN_DEPENDS= zip:archivers/zip post-patch: @${CHMOD} 0755 ${WRKSRC}/autotools/install-reloc -- cgit v1.2.3