diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-01-15 19:51:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-01-15 19:51:57 +0800 |
commit | 1d92bf96144ac160eba36fd498ca8c52ff27baf7 (patch) | |
tree | 243ef557a68db936df52da904f7eed8a7a4eb382 | |
parent | be4187e4994c9eb60a2655f16bdb5c4e374af003 (diff) | |
download | freebsd-ports-gnome-1d92bf96144ac160eba36fd498ca8c52ff27baf7.tar.gz freebsd-ports-gnome-1d92bf96144ac160eba36fd498ca8c52ff27baf7.tar.zst freebsd-ports-gnome-1d92bf96144ac160eba36fd498ca8c52ff27baf7.zip |
Remove two unused comments (forgotten in previous commit).
-rw-r--r-- | shells/bash-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 453fcc0025ac..3205000f8614 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -55,8 +55,6 @@ CONFIGURE_ARGS= --without-bash-malloc \ --enable-disabled-builtins .if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no") -#.if empty(PORT_OPTIONS:MNLS) -#.endif CONFIGURE_ARGS+= --enable-static-link PKGNAMESUFFIX= -static-devel CONFLICTS+= bash-[0-9]* bash-static-[0-9]* bash-devel-[0-9]* |