mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Unbreak by adding xpm library.
Submitted by: bento
This commit is contained in:
parent
f9ca2d0669
commit
7109ac9f61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39901
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#=================================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user