diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-10-23 01:10:55 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-10-23 01:10:55 +0800 |
commit | 4e8bd5878874a330723e95852dab46f36d16644c (patch) | |
tree | a362b07f32a044aa5e6932946ff22d83ea8067a5 /lang | |
parent | 667b36b3c0e7d9676ad4a362a158acb48bfe0592 (diff) | |
download | freebsd-ports-gnome-4e8bd5878874a330723e95852dab46f36d16644c.tar.gz freebsd-ports-gnome-4e8bd5878874a330723e95852dab46f36d16644c.tar.zst freebsd-ports-gnome-4e8bd5878874a330723e95852dab46f36d16644c.zip |
- Switch to USES=localbase
Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ferite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index b26506e49451..76e486b100f4 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -16,10 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 -USES= gmake libtool +USES= gmake libtool localbase:ldflags GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS+= -lpthread USE_LDCONFIG= yes PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH} INSTALL_TARGET= install-strip |