- Use devel/libffi instead of devel/libffi-devel
- Use SF macro - Bump PORTREVISION PR: 120926 Submitted by: Bjoern Koenig (maintainer)
This commit is contained in:
parent
b45cdac525
commit
caff9abab6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207697
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
|||
|
||||
PORTNAME= sablevm
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sablevm
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= bkoenig@alpha-tierchen.de
|
||||
COMMENT= Java VM created by McGill University's Sable Research Group
|
||||
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \
|
||||
ffi:${PORTSDIR}/devel/libffi-devel
|
||||
ffi:${PORTSDIR}/devel/libffi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libltdl
|
||||
|
|
Loading…
Reference in a new issue