variant part for 64 bit architectures.
No pkg bump, since it doesn't affect the packages that were already building correctly. found out by nikolay.
This commit is contained in:
parent
36b4b694ed
commit
f86ce0ffa0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/09 10:20:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/10/18 17:56:14 espie Exp $
|
||||
|
||||
CATEGORIES= lang
|
||||
V= 5.6.18
|
||||
@ -39,5 +39,13 @@ WANTLIB= ICE Xrender readline SM freetype Xt pthread \
|
||||
c Xinerama Xft Xpm m fontconfig X11 ncurses
|
||||
|
||||
LIB_DEPENDS= jpeg::graphics/jpeg
|
||||
SUBST_VARS+= BOOT
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.for _m in ${MACHINE_ARCH}
|
||||
. if !empty(LP64_ARCHS:M${_m})
|
||||
BOOT=boot64
|
||||
. endif
|
||||
.endfor
|
||||
BOOT?=boot32
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/09 10:20:24 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/10/18 17:56:14 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/pl
|
||||
bin/plld
|
||||
@ -34,7 +34,7 @@ lib/pl-${V}/boot/syspred.pl
|
||||
lib/pl-${V}/boot/toplevel.pl
|
||||
lib/pl-${V}/boot/topvars.pl
|
||||
lib/pl-${V}/boot/writef.pl
|
||||
lib/pl-${V}/boot32.prc
|
||||
lib/pl-${V}/${BOOT}.prc
|
||||
lib/pl-${V}/doc/
|
||||
lib/pl-${V}/doc/Manual/
|
||||
lib/pl-${V}/doc/Manual/Bibliography.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user