diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 17:03:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 17:03:42 +0000 |
commit | a5341091eb73a3b0935daf8915c7f79139235548 (patch) | |
tree | 9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/ratbox-services | |
parent | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (diff) |
Notes
Diffstat (limited to 'irc/ratbox-services')
-rw-r--r-- | irc/ratbox-services/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile index 6ed396050922..0c66b8aa92d4 100644 --- a/irc/ratbox-services/Makefile +++ b/irc/ratbox-services/Makefile @@ -21,12 +21,12 @@ LOGDIR?= /var/log RUNDIR?= /var/run DBDIR?= /var/db/${PORTNAME} PERL?= ${LOCALBASE}/bin/perl -USES= pkgconfig +USES= pkgconfig perl5 SUB_FILES= pkg-message pkg-install PLIST_SUB= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL} SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL} -USE_PERL5_BUILD= yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |