diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-10-22 18:48:45 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-10-22 18:48:45 +0000 |
commit | 9fb118ded1ff56e2293fbb5c17595d49fa3a92da (patch) | |
tree | 73599c7397bab49ee1315312d5d889434a691076 /editors | |
parent | 60826853f1e94e360e3d89ce3d2dab70c9f73651 (diff) | |
download | ports-9fb118ded1ff56e2293fbb5c17595d49fa3a92da.tar.gz ports-9fb118ded1ff56e2293fbb5c17595d49fa3a92da.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 0f77c6133b16..85b8071475fa 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -19,8 +19,6 @@ COMMENT= A portable Delphi-like IDE for the FreePascal compiler BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils -BROKEN= Does not build - ONLY_FOR_ARCHS= i386 USE_ICONV= yes @@ -28,7 +26,7 @@ USE_GETTEXT= yes USE_GNOME= gtk12 gdkpixbuf USE_GMAKE= yes -MAKE_ENV= OPT="-Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${X11BASE}/lib" +MAKE_ENV= OPT="-Sgic -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${X11BASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME} BUILDNAME= ${ARCH}-freebsd |