Unbreak by adding xpm library.

Submitted by:	bento
This commit is contained in:
Dirk Froemberg 2001-03-15 22:21:51 +00:00
parent f9ca2d0669
commit 7109ac9f61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39901
2 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes

View File

@ -1,5 +1,5 @@
--- Makefile.orig Wed Feb 26 15:21:57 1997
+++ Makefile Thu Apr 23 21:50:56 1998
--- Makefile.orig Wed Feb 26 21:21:57 1997
+++ Makefile Thu Mar 15 23:12:59 2001
@@ -8,16 +8,16 @@
# Flags that might be overriden by top makefile
#=================================================================
@ -29,7 +29,7 @@
CFLAGS = $(CCFLAG) $(XINCLUDE)
LDFLAGS = $(LDFLAG)
-LIBS = -lforms $(SYSLIB) $(XLIB)
+LIBS = -lxforms $(SYSLIB) $(XLIB)
+LIBS = -lforms $(SYSLIB) $(XLIB) -lXpm
#=================================================================