net/gift add missing dependency
add missing perl dependency (necessary for gift-setup) PR: ports/91401 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
This commit is contained in:
parent
f0098e5d43
commit
675553e6c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152924
2 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= giFT
|
||||
PORTVERSION= 0.11.8.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
|
@ -23,6 +23,7 @@ USE_BZIP2= yes
|
|||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
@ -30,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
|||
INSTALLS_SHLIB= yes
|
||||
USE_RC_SUBR= yes
|
||||
|
||||
MAN1= giftd.1
|
||||
MAN1= giftd.1
|
||||
|
||||
DOC_FILES= AUTHORS COPYING src/ChangeLog \
|
||||
INSTALL NEWS QUICKSTART README TODO
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= giFT
|
||||
PORTVERSION= 0.11.8.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
|
@ -23,6 +23,7 @@ USE_BZIP2= yes
|
|||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
|
@ -30,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
|||
INSTALLS_SHLIB= yes
|
||||
USE_RC_SUBR= yes
|
||||
|
||||
MAN1= giftd.1
|
||||
MAN1= giftd.1
|
||||
|
||||
DOC_FILES= AUTHORS COPYING src/ChangeLog \
|
||||
INSTALL NEWS QUICKSTART README TODO
|
||||
|
|
Loading…
Reference in a new issue