diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-08-23 15:38:20 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-08-23 15:38:20 +0800 |
commit | eb36ff202fcf0bc6aab20a86adbaedda4a282b89 (patch) | |
tree | 25ea25c69c7c570a531f5424fa3848d7ec4915de /sysutils | |
parent | 65f340a9c7ac4ee42fcb48067f52c3539dc7e568 (diff) | |
download | freebsd-ports-gnome-eb36ff202fcf0bc6aab20a86adbaedda4a282b89.tar.gz freebsd-ports-gnome-eb36ff202fcf0bc6aab20a86adbaedda4a282b89.tar.zst freebsd-ports-gnome-eb36ff202fcf0bc6aab20a86adbaedda4a282b89.zip |
Remove USE_LDCONFIG (not required).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-pod/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index 950c6393e506..6a11a3605678 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_BZIP2= yes -USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= fusepod.1 |