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

Diff for /ports/geo/tangogps/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2008/11/22 15:40:35 version 1.3, 2008/12/10 11:22:39
Line 19 
Line 19 
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \  WANTLIB =               ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
                         Xfixes Xi Xinerama Xrandr Xrender c cairo crypto expat \                          Xfixes Xi Xinerama Xrandr Xrender c cairo crypto dbus-1 \
                         fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \                          dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \
                         glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \                          gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 \
                         gtk-x11-2.0 iconv idn intl m pango-1.0 pangocairo-1.0 \                          gobject-2.0 gthread-2.0 gtk-x11-2.0 iconv idn intl m \
                         pangoft2-1.0 pcre pixman-1 png pthread ssl z                          pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
                           png pthread ssl z
   
 LIB_DEPENDS =           atk-1.0::devel/atk \  LIB_DEPENDS =           atk-1.0::devel/atk \
                         curl::net/curl \                          curl::net/curl \
Line 33 
Line 34 
 USE_X11 =               Yes  USE_X11 =               Yes
 CONFIGURE_STYLE =       gnu autoconf  CONFIGURE_STYLE =       gnu autoconf
 AUTOCONF_VERSION =      2.60  AUTOCONF_VERSION =      2.60
   
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tangogps/
           ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tangogps/
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb