diff options
Diffstat (limited to 'cad/fandango/Makefile')
-rw-r--r-- | cad/fandango/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index d1e1e7e258d8..69183e909ce8 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -7,8 +7,7 @@ # PORTNAME= fandango -PORTVERSION= 0.2.5 -PORTREVISION= 1 +PORTVERSION= 0.2.6 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= elcad @@ -24,10 +23,4 @@ USE_GNOME= gnometarget USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |