diff options
-rw-r--r-- | x11-fm/emelfm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index 4e743875d948..3c3315d6cb28 100644 --- a/x11-fm/emelfm2/Makefile +++ b/x11-fm/emelfm2/Makefile @@ -20,7 +20,7 @@ USE_GCC= 3.2 USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes -MAKE_ENV= CC=${CC} LDLIBS="${LDFLAGS}" DOCSDIR="${DOCSDIR}" +MAKE_ENV= CC=${CC} LDFLAGS="${LDFLAGS}" DOCSDIR="${DOCSDIR}" PLUGINDIR= ${WRKSRC}/objs/plugins PLUGINS= cdburner.so clone.so copy_to_clipboard.so du.so for_each.so \ |