diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:12:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:12:26 +0000 |
commit | 7d09c2d675628d4bf8868ee4f886b566c4ee4c7d (patch) | |
tree | d5499d96495b2db46171b0b77d1bd543e224b53c /graphics/gnofract4d/Makefile | |
parent | - Update to version 3.05 (diff) |
- Fix build
PR: ports/65994
Submitted by: Ports Fury
Diffstat (limited to 'graphics/gnofract4d/Makefile')
-rw-r--r-- | graphics/gnofract4d/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 03d254eed612..b2f1d6e6a9be 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -15,12 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Weird GNOME fractal generator -BROKEN= "Does not compile" - USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |