diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 07:42:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 07:42:23 +0800 |
commit | f3fb788f6c756de4cf7d801d942d1077c2cf88be (patch) | |
tree | 5aee36f48c107f40d94e6f6ee7ba0f8a723eb7c1 | |
parent | 7bf36b2823480560c0e4d21d503370296d23f524 (diff) | |
download | marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.tar marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.tar.gz marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.tar.bz2 marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.tar.lz marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.tar.xz marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.tar.zst marcuscom-ports-f3fb788f6c756de4cf7d801d942d1077c2cf88be.zip |
Add a missing libltdl:15 to USE_AUTOTOOLS to fix the build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7725 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/camserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index b8a8ca134..ad2fee8db 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:259 libtool:15 libltdl:15 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ |