diff options
Diffstat (limited to 'devel/rudiments/Makefile')
-rw-r--r-- | devel/rudiments/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index ed2f1fe372cc..432e11ac6e13 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -25,12 +25,4 @@ CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \ PTHREADLIB="${PTHREAD_LIBS}" USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -PLIST_SUB+= NOT4X="@comment " -.else -PLIST_SUB+= NOT4X="" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |