=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Attic/Makefile.template,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** ports/Attic/Makefile.template 1999/03/01 00:14:07 1.1 --- ports/Attic/Makefile.template 1999/03/02 04:41:00 1.2 *************** *** 1,4 **** ! # $OpenBSD: Makefile.template,v 1.1 1999/03/01 00:14:07 marc Exp $ # # Replace ??? with appropriate values # Remove extraneous comments before commit. --- 1,4 ---- ! # $OpenBSD: Makefile.template,v 1.2 1999/03/02 04:41:00 marc Exp $ # # Replace ??? with appropriate values # Remove extraneous comments before commit. *************** *** 61,70 **** #GNU_CONFIGURE= yes (assumed if USE_AUTOCONF is yes) #HAS_CONFIGURE= yes (assumed if GNU_CONFIGURE is yes) #CONFIGURE_SCRIPT= ??? (if other than configure) ! #.if !defined(NO_SHARED_LIBS) ! #CONFIGURE_ARGS+= --enable-shared ! #.endif ! #CONFIGURE_ARGS+= --enable-static #CONFIGURE_ENV= ??? # Things that we don't want to do for this port/package --- 61,67 ---- #GNU_CONFIGURE= yes (assumed if USE_AUTOCONF is yes) #HAS_CONFIGURE= yes (assumed if GNU_CONFIGURE is yes) #CONFIGURE_SCRIPT= ??? (if other than configure) ! #CONFIGURE_ARGS+= ${CONFIGURE_SHARED} #CONFIGURE_ENV= ??? # Things that we don't want to do for this port/package