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

Diff for /ports/geo/viking/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2010/02/10 06:47:58 version 1.4, 2010/03/18 11:38:20
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #ONLY_FOR_ARCHS =       ???  
 #NOT_FOR_ARCHS =        ???  
 #SHARED_ONLY =          ???  
 #COMES_WITH =           ???  
 #BROKEN =               reason  #BROKEN =               reason
   
 COMMENT =               GPS data management  COMMENT =               GPS data management
   
 DISTNAME =              viking-0.9.91  DISTNAME =              viking-0.9.92
   
 CATEGORIES =            geo x11  CATEGORIES =            geo x11
   
Line 42 
Line 38 
                         pango-1.0.>=1800,pangoft2-1.0.>=1800::devel/pango \                          pango-1.0.>=1800,pangoft2-1.0.>=1800::devel/pango \
                         pangocairo-1.0.>=1800::devel/pango                          pangocairo-1.0.>=1800::devel/pango
   
 #REGRESS_DEPENDS =      ???  
   
 USE_X11 =               Yes  USE_X11 =               Yes
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 #CONFIGURE_ARGS +=      --enable-realtime-gps-tracking=no  #CONFIGURE_ARGS +=      --enable-realtime-gps-tracking=no
 CONFIGURE_ENV +=        LDFLAGS="-L${LOCALBASE}/lib -pthread"  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include" \
                           LDFLAGS="-L${LOCALBASE}/lib -pthread"
 #NO_REGRESS =           Yes  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb