diff options
author | vs <vs@FreeBSD.org> | 2005-08-30 00:17:09 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-08-30 00:17:09 +0800 |
commit | c5ed25f8cc705f7ab407c9fea8427f3c56db8ea0 (patch) | |
tree | 7cb60f501ff7b8db215467673f6c5548176216be /x11-fonts/nexfontsel | |
parent | 02fbab81b3944e2458286585c029164b4680af39 (diff) | |
download | freebsd-ports-gnome-c5ed25f8cc705f7ab407c9fea8427f3c56db8ea0.tar.gz freebsd-ports-gnome-c5ed25f8cc705f7ab407c9fea8427f3c56db8ea0.tar.zst freebsd-ports-gnome-c5ed25f8cc705f7ab407c9fea8427f3c56db8ea0.zip |
Really use libneXtaw
PR: ports/85392
Submitted by: Ports Fury
Diffstat (limited to 'x11-fonts/nexfontsel')
-rw-r--r-- | x11-fonts/nexfontsel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index 9205ab30d47a..19585c98b397 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nexfontsel PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \ ${MASTER_SITE_LOCAL} @@ -24,7 +25,8 @@ USE_REINPLACE= yes MAN1= nexfontsel.1 post-patch: - @${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g' ${WRKSRC}/Imakefile + @${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g ; \ + s|= XawClientLibs|= -lneXtaw|g' ${WRKSRC}/Imakefile post-install: @${MKDIR} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults |