diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-18 02:21:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-18 02:21:29 +0800 |
commit | 08e8f3926f721084c550b0ff9385150e58885b9a (patch) | |
tree | 6e8f8b982fba0ad7c1db10946c94058b508a875c /editors/lpe/Makefile | |
parent | de7940155430696f8af17c602a50ae30ddc3bf6d (diff) | |
download | freebsd-ports-gnome-08e8f3926f721084c550b0ff9385150e58885b9a.tar.gz freebsd-ports-gnome-08e8f3926f721084c550b0ff9385150e58885b9a.tar.zst freebsd-ports-gnome-08e8f3926f721084c550b0ff9385150e58885b9a.zip |
Fix packaging for this port.
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
Diffstat (limited to 'editors/lpe/Makefile')
-rw-r--r-- | editors/lpe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index f1c52fc8d00b..2596a1c8ccfe 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ + CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \ LIBS="-ltermcap" CONFIGURE_ARGS= --includedir=${LOCALBASE}/include |