diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 20:28:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 20:28:15 +0000 |
commit | 3d91500bb4baf88a1a79f09d08beacee69f0c11a (patch) | |
tree | b639c6da0e3a078c9b59e52ecee2fccac0b1cf4b | |
parent | 4c520f4b23779e8f2e22303abc7cbcb5726976bd (diff) | |
download | ports-3d91500bb4baf88a1a79f09d08beacee69f0c11a.tar.gz ports-3d91500bb4baf88a1a79f09d08beacee69f0c11a.zip |
Notes
-rw-r--r-- | textproc/iksemel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index ca7040f7344e..e79f2e3383bf 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= pkgconfig +USES= makeinfo pkgconfig INFO= iksemel |