diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /lang/librep | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 2ca71d564212..dc3b07ffde09 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl ${PTHREAD_LIBS}" + LIBS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} |