diff options
Diffstat (limited to 'graphics/libvisual04-plugins/Makefile')
-rw-r--r-- | graphics/libvisual04-plugins/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/libvisual04-plugins/Makefile b/graphics/libvisual04-plugins/Makefile index efeeeb3863a9..f902025a876f 100644 --- a/graphics/libvisual04-plugins/Makefile +++ b/graphics/libvisual04-plugins/Makefile @@ -39,12 +39,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}-${PKGNAMESUFFIX:C/.*-//}-${MAJORMINOR} PLIST_SUB= PLUGINS_BASE_DIR=${LOCALBASE}/lib/${PORTNAME}-${MAJORMINOR} \ DATADIR_REL=${DATADIR_REL} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile on 5.x -.endif - pre-configure: # /usr/bin/objformat is obsolete, hardcode the object format @${REINPLACE_CMD} -e 's,objformat=.*,objformat=elf,' \ @@ -58,4 +52,4 @@ pre-configure: @${REINPLACE_CMD} -e 's,^\(SUBDIRS = plugins\) po,\1,' \ ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |