1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Modernize LIB_DEPENDS

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-07-13 22:50:51 +00:00
parent 159aec163b
commit ef18111759
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361720
2 changed files with 3 additions and 5 deletions

View File

@ -12,7 +12,7 @@ DISTNAME= ASFiles-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 file manager. Dockable in WindowMaker
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd
LIB_DEPENDS= libDnd.so:${PORTSDIR}/x11/libdnd
USES= perl5
GNU_CONFIGURE= yes

View File

@ -13,7 +13,7 @@ COMMENT= A 3D filesystem browser
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
USE_GL= glut
USE_SDL= image sdl
@ -31,8 +31,6 @@ LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
do-build:
(cd ${BUILD_WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} ${PORTNAME}.c \
-o ${PORTNAME} ${LDFLAGS})
@ -42,4 +40,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>