diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-24 23:10:14 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-24 23:10:14 +0800 |
commit | b973644bcbfd79872769f77a71634c994f6b80b3 (patch) | |
tree | 86608c027bdfa8b80143daa5c659cf76127d45ab /textproc/libtre | |
parent | 8e61676603396b4127d8e017319161c32e1e859b (diff) | |
download | freebsd-ports-gnome-b973644bcbfd79872769f77a71634c994f6b80b3.tar.gz freebsd-ports-gnome-b973644bcbfd79872769f77a71634c994f6b80b3.tar.zst freebsd-ports-gnome-b973644bcbfd79872769f77a71634c994f6b80b3.zip |
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index b5983e3de793..5e3d96900b4c 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -22,7 +22,7 @@ CONFLICTS= glimpse-4* # agrep(1) USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS+= --enable-static --mandir=${PREFIX}/man +CONFIGURE_ARGS+= --enable-static CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes |