diff options
author | robak <robak@FreeBSD.org> | 2015-03-17 19:31:55 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-17 19:31:55 +0800 |
commit | 1b5ec7ee1b75c887d2f1392f9b2350bd202b6997 (patch) | |
tree | 2643252bfb9c9042b52beadda7a715b984da4fe9 /shells | |
parent | f890f8e717d4a1e0d8bae3978239effe129a2ed1 (diff) | |
download | freebsd-ports-gnome-1b5ec7ee1b75c887d2f1392f9b2350bd202b6997.tar.gz freebsd-ports-gnome-1b5ec7ee1b75c887d2f1392f9b2350bd202b6997.tar.zst freebsd-ports-gnome-1b5ec7ee1b75c887d2f1392f9b2350bd202b6997.zip |
shells/fish: add CPE information
- Maintainer's timeout (freebsd.users@gmail.com)
PR: 197413
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
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} |