diff options
Diffstat (limited to 'x11/nxcomp/Makefile')
-rw-r--r-- | x11/nxcomp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/nxcomp/Makefile b/x11/nxcomp/Makefile index 39af0bdc3b08..25519a51e37e 100644 --- a/x11/nxcomp/Makefile +++ b/x11/nxcomp/Makefile @@ -11,12 +11,11 @@ COMMENT= NX X11 protocol compression libraries WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} -USES= gmake +USES= gmake jpeg USE_AUTOTOOLS= autoconf USE_XORG= xproto GNU_CONFIGURE= yes -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png post-patch: @${REINPLACE_CMD} -e "s,libdir}/nx,libdir},g" ${WRKSRC}/Makefile.in |