diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
commit | eb8748bedad607ac907ca3545ad41d6931f779fc (patch) | |
tree | c89b8aa93cae0953f125b8444f09a7c67d6adcf9 /textproc/libucl | |
parent | 42bc424f618b6148fae4b6088ace14057513f0bc (diff) | |
download | ports-eb8748bedad607ac907ca3545ad41d6931f779fc.tar.gz ports-eb8748bedad607ac907ca3545ad41d6931f779fc.zip |
Notes
Diffstat (limited to 'textproc/libucl')
-rw-r--r-- | textproc/libucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile index 3e33ab593a88..07109601d23d 100644 --- a/textproc/libucl/Makefile +++ b/textproc/libucl/Makefile @@ -49,5 +49,5 @@ CONFLICTS_INSTALL= ucl regression-test: build @cd ${WRKSRC} && ${MAKE} check - + .include <bsd.port.mk> |