diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-24 07:27:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-24 07:27:17 +0800 |
commit | 5cb9b21332e6056c875389832f5088a25718e44e (patch) | |
tree | 09a78f80c7eac3905cfae8b3311b998d6c5e8252 | |
parent | 516ed7e48fa955394013e7c7a3c54f0c7ca15c1f (diff) | |
download | freebsd-ports-gnome-5cb9b21332e6056c875389832f5088a25718e44e.tar.gz freebsd-ports-gnome-5cb9b21332e6056c875389832f5088a25718e44e.tar.zst freebsd-ports-gnome-5cb9b21332e6056c875389832f5088a25718e44e.zip |
Remove useless --disable-static
-rw-r--r-- | devel/slibtool/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/slibtool/Makefile b/devel/slibtool/Makefile index b45fd445ee77..a51a4735956d 100644 --- a/devel/slibtool/Makefile +++ b/devel/slibtool/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.SLIBTOOL HAS_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static USES= gmake tar:xz post-patch: |