diff options
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 4affdcf75e45..dde5445591f6 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -57,9 +57,7 @@ PLIST_SUB+= GNOME="" PLIST_SUB+= GNOME="@comment " .endif -.if ${OSVERSION} >= 1000000 -STATIC_LIBEXECINFO= -.else +.if !exists(/usr/lib/libexecinfo.so) STATIC_LIBEXECINFO= ${LOCALBASE}/lib/libexecinfo.a .endif |