diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 11:32:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 11:32:30 +0800 |
commit | 751bcd9061bd566f17eb9a0ed192ebd4024bb4a4 (patch) | |
tree | 06350ed4c86ff1e4a211c1000e8e162765baaca6 /databases | |
parent | bc2a86354eb7b8db9a228d563b38aa2664cea151 (diff) | |
download | freebsd-ports-gnome-751bcd9061bd566f17eb9a0ed192ebd4024bb4a4.tar.gz freebsd-ports-gnome-751bcd9061bd566f17eb9a0ed192ebd4024bb4a4.tar.zst freebsd-ports-gnome-751bcd9061bd566f17eb9a0ed192ebd4024bb4a4.zip |
- Fix part of the 'make test' problem
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-GDBM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-GDBM/Makefile b/databases/p5-GDBM/Makefile index c9fa4845c75f..3a331c3311ef 100644 --- a/databases/p5-GDBM/Makefile +++ b/databases/p5-GDBM/Makefile @@ -21,7 +21,7 @@ COMMENT= GNU Data Base Manager (gdbm) interface LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm -EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/ext/GDBM_File +EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/ext/GDBM_File ${DISTNAME}/t/lib CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_SAFE= yes |