diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-23 22:29:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-23 22:29:16 +0000 |
commit | 76b8f0eb2debbb3360be6f45f5d76911dddbeba9 (patch) | |
tree | 7f1401fefc65b7301c11ecb412b4fcf442967e00 /multimedia | |
parent | aec66333c906406a4eba9b51552bf865b3393ff7 (diff) | |
download | ports-76b8f0eb2debbb3360be6f45f5d76911dddbeba9.tar.gz ports-76b8f0eb2debbb3360be6f45f5d76911dddbeba9.zip |
Fix build in -CURRENT. It was not finding gtk+.pc
Submitted by: bento (warning), kris (fix)
Notes
Notes:
svn path=/head/; revision=64924
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index dfb9cffd029c..2f9e3c12e5db 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -23,7 +23,8 @@ USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig INSTALLS_SHLIB= yes MAN1= encodedv.1 playdv.1 |