Skip to content

Commit

Permalink
gptfdisk: Don't specify LN in build.args
Browse files Browse the repository at this point in the history
The Makefile doesn't use it.
  • Loading branch information
ryandesign committed Jun 4, 2018
1 parent b48c9b0 commit 24138e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysutils/gptfdisk/Portfile
Expand Up @@ -34,8 +34,8 @@ depends_lib port:ncurses \

use_configure no

build.args -f Makefile.mac CC="${configure.cc} [get_canonical_archflags cc]" \
LN="${configure.cc}"
build.args -f Makefile.mac \
CC="${configure.cc} [get_canonical_archflags cc]"

destroot {
xinstall -m 0755 -d ${destroot}${prefix}/bin
Expand Down

0 comments on commit 24138e1

Please sign in to comment.