[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / geo / tangogps

Diff for /ports/geo/tangogps/Attic/Makefile between version 1.15 and 1.17

version 1.15, 2010/04/15 06:32:27 version 1.17, 2010/04/16 08:50:00
Line 1 
Line 1 
 # $OpenBSD  # $OpenBSD$
   
 COMMENT =               lightweight mapping application for use with or without GPS  COMMENT =               lightweight mapping application for use with or without GPS
   
Line 27 
Line 27 
                         png pthread pthread-stubs ssl xcb xcb-render \                          png pthread pthread-stubs ssl xcb xcb-render \
                         xcb-render-util xml2 z                          xcb-render-util xml2 z
   
   MODULES =               devel/gettext
 LIB_DEPENDS =           atk-1.0::devel/atk \  LIB_DEPENDS =           atk-1.0::devel/atk \
                         curl::net/curl \                          curl::net/curl \
                         exif::graphics/libexif \                          exif::graphics/libexif \
                         gconf-2::devel/gconf2 \                          gconf-2::devel/gconf2 \
                         sqlite3::databases/sqlite3                          sqlite3::databases/sqlite3
   
   RUN_DEPENDS =           ::devel/desktop-file-utils
   
 CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \  CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \
                         LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"                          LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
 USE_X11 =               Yes  USE_X11 =               Yes

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

CVSweb