diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/perl5.22 | |
parent | 148314483d3098c0d6a33944f1190842e671502f (diff) | |
download | freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'lang/perl5.22')
-rw-r--r-- | lang/perl5.22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.22/Makefile b/lang/perl5.22/Makefile index 6c0333575237..26611fdda9d5 100644 --- a/lang/perl5.22/Makefile +++ b/lang/perl5.22/Makefile @@ -40,7 +40,7 @@ DEBUG_CONFIGURE_ON= -Doptimize="-g" -DDEBUGGING DEBUG_CONFIGURE_OFF= -Doptimize="${CFLAGS}" GDBM_CONFIGURE_ON= -Di_gdbm GDBM_CONFIGURE_OFF= -Ui_gdbm -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm PERL_64BITINT_CONFIGURE_ON= -Duse64bitint MULTIPLICITY_CONFIGURE_ON= -Dusemultiplicity=y MULTIPLICITY_CONFIGURE_OFF= -Dusemultiplicity=n |