diff options
author | vs <vs@FreeBSD.org> | 2005-02-24 16:13:37 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-24 16:13:37 +0800 |
commit | 2cce0ee5f15431ba79645ec1be3f9216707f4614 (patch) | |
tree | 0db43adbcebdba3a6d56dc07df958121c3c92d5e | |
parent | 66f676094459234ac462f3f6f6b7a371d325f2dc (diff) | |
download | freebsd-ports-gnome-2cce0ee5f15431ba79645ec1be3f9216707f4614.tar.gz freebsd-ports-gnome-2cce0ee5f15431ba79645ec1be3f9216707f4614.tar.zst freebsd-ports-gnome-2cce0ee5f15431ba79645ec1be3f9216707f4614.zip |
No longer broken on 4.x
-rw-r--r-- | graphics/pixieplus/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 4f073ad6be15..b01807f6050d 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -26,10 +26,6 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" -.endif - post-patch: @${CP} ${FILESDIR}/blob_private.h ${WRKSRC}/app/ @${CP} ${FILESDIR}/exception_private.h ${WRKSRC}/app/ |