diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-17 11:31:55 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-17 11:31:55 +0000 |
commit | 9223e9b484383faef8c45d7589ac0d6b4ca4812e (patch) | |
tree | 2643252bfb9c9042b52beadda7a715b984da4fe9 /shells | |
parent | a1f4632d9ec3739f6f0173a65222997f3461a997 (diff) | |
download | ports-9223e9b484383faef8c45d7589ac0d6b4ca4812e.tar.gz ports-9223e9b484383faef8c45d7589ac0d6b4ca4812e.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 06f5f748f88a..cf51f40db523 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -12,9 +12,11 @@ COMMENT= User friendly command line shell LICENSE= GPLv2 -USES= gmake iconv +USES= cpe gmake iconv USE_AUTOTOOLS= autoconf +CPE_VENDOR= fishshell + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread ${ICONV_LIB} |