diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 04:23:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 04:23:02 +0000 |
commit | 44da61458d64fd9558f493e7a587ab6ff7106adb (patch) | |
tree | c6af3757683f09cca3145a06cd0d6406bfc5f4cf /graphics/gimageview | |
parent | 87c8e299b9f8627bb591ada441c444c5010c5e4b (diff) | |
download | ports-44da61458d64fd9558f493e7a587ab6ff7106adb.tar.gz ports-44da61458d64fd9558f493e7a587ab6ff7106adb.zip |
Notes
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 09b8e4c7ad86..b4016d5ce9b3 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -26,10 +26,6 @@ MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${HAVE_GNOME:Mimlib}!="" USE_GNOME+= imlib PKGNAMESUFFIX= -imlib |