diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:18 +0800 |
commit | 7d0c5a28f21a0e65464fa99db6212402a663ff35 (patch) | |
tree | 82f72278b583a3e96e1bbbb326f2368fbf46a374 /textproc | |
parent | daf4c3131134ba6f9d43c68608b3cd158ef98b22 (diff) | |
download | freebsd-ports-gnome-7d0c5a28f21a0e65464fa99db6212402a663ff35.tar.gz freebsd-ports-gnome-7d0c5a28f21a0e65464fa99db6212402a663ff35.tar.zst freebsd-ports-gnome-7d0c5a28f21a0e65464fa99db6212402a663ff35.zip |
- Use USES=localbase
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Search-Odeum/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index 9e0199a1f438..be42d3a4ebae 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -16,9 +16,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm -CFLAGS+= -I${LOCALBASE}/include USE_PERL5= configure -USES= perl5 +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Odeum/Odeum.so |