diff options
-rw-r--r-- | editors/lpe/Makefile | 3 | ||||
-rw-r--r-- | editors/lpe/pkg-plist | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index f1c52fc8d00..2596a1c8ccf 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 diff --git a/editors/lpe/pkg-plist b/editors/lpe/pkg-plist index 44dcccd9a30..ee4083fb82d 100644 --- a/editors/lpe/pkg-plist +++ b/editors/lpe/pkg-plist @@ -6,25 +6,18 @@ lib/lpe/mailmode.so lib/lpe/htmlmode.so lib/lpe/sgmlmode.so lib/lpe/javamode.so -lib/lpe/libcmode.a lib/lpe/libcmode.so lib/lpe/libcmode.so.0 -lib/lpe/libcppmode.a lib/lpe/libcppmode.so lib/lpe/libcppmode.so.0 -lib/lpe/libhtmlmode.a lib/lpe/libhtmlmode.so lib/lpe/libhtmlmode.so.0 -lib/lpe/libjavamode.a lib/lpe/libjavamode.so lib/lpe/libjavamode.so.0 -lib/lpe/libmailmode.a lib/lpe/libmailmode.so lib/lpe/libmailmode.so.0 -lib/lpe/libperlmode.a lib/lpe/libperlmode.so lib/lpe/libperlmode.so.0 -lib/lpe/libsgmlmode.a lib/lpe/libsgmlmode.so lib/lpe/libsgmlmode.so.0 share/locale/bg/LC_MESSAGES/lpe.mo |