[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / guile-pg

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/databases/guile-pg/Makefile between version 1.1 and 1.2

version 1.1, 2002/10/27 01:14:09 version 1.2, 2003/01/05 20:14:22
Line 2 
Line 2 
 #  #
   
 DISTNAME=       guile-pg-0.07  DISTNAME=       guile-pg-0.07
   PKGREVISION=    1
 CATEGORIES=     databases  CATEGORIES=     databases
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=guile-pg/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=guile-pg/}
   
Line 9  MAINTAINER= cjones@netbsd.org
Line 10  MAINTAINER= cjones@netbsd.org
 HOMEPAGE=       http://guile-pg.sourceforge.net/  HOMEPAGE=       http://guile-pg.sourceforge.net/
 COMMENT=        PostgreSQL interface for Guile  COMMENT=        PostgreSQL interface for Guile
   
 DEPENDS+=       postgresql-lib>=7:../../databases/postgresql-lib  DEPENDS+=       postgresql-lib>=7.3.1:../../databases/postgresql-lib
 DEPENDS+=       guile>=1.3:../../lang/guile  DEPENDS+=       guile>=1.3:../../lang/guile
   
 USE_LIBTOOL=    YES  USE_LIBTOOL=    YES
 USE_GMAKE=      YES  USE_GMAKE=      YES
 LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool  LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
 GNU_CONFIGURE=  YES  GNU_CONFIGURE=  YES
 CONFIGURE_ARGS+=        --with-libpq-includes=${PREFIX}/include/pgsql  CONFIGURE_ARGS+=        --with-libpq-includes=${PREFIX}/include/postgresql
   
 #INFO_FILES=    guile-pg.info  #INFO_FILES=    guile-pg.info
   

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

CVSweb <webmaster@jp.NetBSD.org>