diff options
Diffstat (limited to 'x11-toolkits/libgdiplus/Makefile')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index 7a7b71c72f6a..e17062559ffe 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -41,9 +41,5 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS+= -fPIC .endif -.if ${OSVERSION} < 503000 -IGNORE= does not build and is useless without working Mono -.endif - .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.post.mk> |