diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-05 14:55:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-05 14:55:48 +0000 |
commit | 591631780378039c28bb123eb5398ec274f5dbec (patch) | |
tree | fc2268dc13c095e41fb826bb4385a25a37fcd1db /textproc | |
parent | 94af45eb2d161cd35a82230d605c183684756282 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblingoteach/Makefile | 2 | ||||
-rw-r--r-- | textproc/liblingoteach/files/patch-liblingoteach.pc.in | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index b3c52636054f..0e89e423baa7 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -7,7 +7,7 @@ PORTNAME= liblingoteach PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lingoteach diff --git a/textproc/liblingoteach/files/patch-liblingoteach.pc.in b/textproc/liblingoteach/files/patch-liblingoteach.pc.in new file mode 100644 index 000000000000..b09a8e2e8ea3 --- /dev/null +++ b/textproc/liblingoteach/files/patch-liblingoteach.pc.in @@ -0,0 +1,9 @@ +--- liblingoteach.pc.in.orig Fri Jun 3 21:28:42 2005 ++++ liblingoteach.pc.in Fri Jun 3 21:28:56 2005 +@@ -8,5 +8,5 @@ + Version: @VERSION@ + Description: libLingoteach library. + Requires: libxml-2.0 +-Libs: -L${libdir} -llingoteach ++Libs: -L${libdir} -llingoteach -lxml2 + Cflags: -I${includedir}/lingoteach |