diff options
author | gblach <gblach@FreeBSD.org> | 2013-09-30 05:38:55 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-09-30 05:38:55 +0800 |
commit | d2b23713b8f2cd367805975f971aa53d5789bd04 (patch) | |
tree | eaa4474661a50db1af71d62fb890b6ee26111e96 /devel/eet | |
parent | 3678772284f8645c7bdb049470b0a865ddc70398 (diff) | |
download | freebsd-ports-gnome-d2b23713b8f2cd367805975f971aa53d5789bd04.tar.gz freebsd-ports-gnome-d2b23713b8f2cd367805975f971aa53d5789bd04.tar.zst freebsd-ports-gnome-d2b23713b8f2cd367805975f971aa53d5789bd04.zip |
- Convert to new LIB_DEPENDS syntax
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'devel/eet')
-rw-r--r-- | devel/eet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 48be3ac8faf9..6007b46ddf15 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -13,7 +13,7 @@ COMMENT= Enlightenment Data Handling Library LICENSE= BSD -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg DIST_SUBDIR= e17 USE_BZIP2= yes @@ -26,7 +26,6 @@ USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" CONFIGURE_ARGS= --disable-gnutls -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} @@ -40,6 +39,7 @@ post-patch: ${WRKSRC}/src/examples/Makefile.in post-install: - @${REINPLACE_CMD} -i '' -e 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc + @${REINPLACE_CMD} -i '' -e 's/ openssl//' \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/eet.pc .include <bsd.port.mk> |