diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 05:00:46 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 05:00:46 +0800 |
commit | f9b3837d40632dae616e3d3c39236ad0a5841fb0 (patch) | |
tree | 37c8ec756d5212e8a55f47dde14451b2e9cd7c0a /graphics | |
parent | eeef6033a2101e5eb41e516fdcd011d379101483 (diff) | |
download | marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.gz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.bz2 marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.lz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.xz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.zst marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.zip |
Remove the BROKEN/IGNORE on FreeBSD 4.x. I am only doing it basic, so we
can worry about remove some different kind of checks for 4.x later.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8389 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 6 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 77054d47f..4a3fd4ffb 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.7 2007/01/07 00:05:37 ahze Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.8 2007/02/16 18:14:25 mezz Exp $ # PORTNAME= gimp @@ -78,10 +78,6 @@ CONFLICTS= gimp-1.* MAN1+= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 MAN5+= gimprc-2.3.5 -.if ${OSVERSION} < 500000 -IGNORE= does not build on 4.X -.endif - .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg PLIST_SUB+= SVG="@comment " diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 77054d47f..4a3fd4ffb 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.7 2007/01/07 00:05:37 ahze Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.8 2007/02/16 18:14:25 mezz Exp $ # PORTNAME= gimp @@ -78,10 +78,6 @@ CONFLICTS= gimp-1.* MAN1+= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 MAN5+= gimprc-2.3.5 -.if ${OSVERSION} < 500000 -IGNORE= does not build on 4.X -.endif - .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg PLIST_SUB+= SVG="@comment " |