diff options
author | mandree <mandree@FreeBSD.org> | 2016-07-19 06:46:39 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-07-19 06:46:39 +0800 |
commit | 0e69febf29a44cafddb0e44ac49a8a5ec9b44368 (patch) | |
tree | 824be8afc78c776e27c02ab88119c73346544230 /misc | |
parent | 513058d8b078d92bf397976d57d458889439f4bb (diff) | |
download | freebsd-ports-gnome-0e69febf29a44cafddb0e44ac49a8a5ec9b44368.tar.gz freebsd-ports-gnome-0e69febf29a44cafddb0e44ac49a8a5ec9b44368.tar.zst freebsd-ports-gnome-0e69febf29a44cafddb0e44ac49a8a5ec9b44368.zip |
Fix build to help linker find -luuid.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2fsprogs-libblkid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/e2fsprogs-libblkid/Makefile b/misc/e2fsprogs-libblkid/Makefile index 00a7e719617b..909221de0240 100644 --- a/misc/e2fsprogs-libblkid/Makefile +++ b/misc/e2fsprogs-libblkid/Makefile @@ -1,7 +1,7 @@ # Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc devel PKGNAMESUFFIX= -libblkid @@ -12,7 +12,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid CONFIGURE_ARGS= --enable-elf-shlibs MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs -MAKE_ARGS= LIB_SUBDIRS=lib/blkid +MAKE_ARGS= LIB_SUBDIRS=lib/blkid LDFLAGS_SHLIB=-L${LOCALBASE}/lib USE_LDCONFIG= yes ALL_TARGET= libs INSTALL_TARGET= install install-shlibs |