1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

xface support for knews

PR:		17985
Submitted by:	misha
This commit is contained in:
Andreas Klemm 2000-04-16 17:35:59 +00:00
parent 739ed0d54b
commit be9946f3bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27660
2 changed files with 7 additions and 4 deletions

View File

@ -14,7 +14,8 @@ MAINTAINER= andreas@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png
png.3:${PORTSDIR}/graphics/png \
compface:${PORTSDIR}/mail/faces
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
USE_IMAKE= yes

View File

@ -1,5 +1,5 @@
--- configure.h.orig Tue Dec 29 11:47:02 1998
+++ configure.h Thu Jan 7 21:02:56 1999
+++ configure.h Sun Apr 16 18:48:00 2000
@@ -14,7 +14,7 @@
*
* If you don't have sendmail, use /bin/false :-).
@ -9,15 +9,17 @@
/* #define MAIL_COMMAND "/usr/lib/sendmail -t" */
@@ -84,8 +84,8 @@
@@ -84,9 +84,9 @@
* libcompface.
*/
-#define HAVE_JPEG 0
-#define HAVE_PNG 0
-#define HAVE_COMPFACE 0
+#define HAVE_JPEG 1
+#define HAVE_PNG 1
#define HAVE_COMPFACE 0
+#define HAVE_COMPFACE 1
@@ -138,7 +138,7 @@