1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Make this port LOCALBASE clean. Remove a stale dependency on PERL.

This commit is contained in:
Joseph Koshy 2005-10-22 13:20:30 +00:00
parent 5ab4af75e0
commit 81ad3734a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146120
2 changed files with 2 additions and 6 deletions

View File

@ -24,14 +24,10 @@ WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
USE_XLIB= yes
USE_IMAKE= yes
USE_PERL5_BUILD=yes
MAN1= xli.1 xlito.1
MLINKS= xli.1 xview.1 \
xli.1 xsetbg.1
XLI_SNAPVER= 2005-09-04
post-patch:
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile
.include <bsd.port.mk>

View File

@ -6,8 +6,8 @@
-JPEG_INCLUDES =
-JPEG_LDFLAGS =
+JPEG_INCLUDES = -I/usr/local/include
+JPEG_LDFLAGS = -L/usr/local/lib
+JPEG_INCLUDES = -I${LOCALBASE}/include
+JPEG_LDFLAGS = -L${LOCALBASE}/lib
PNG_INCLUDES =
PNG_LDFLAGS =