diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:22 +0800 |
commit | de86b778b9b08b982a51db171747d34459cc9551 (patch) | |
tree | c0811e5d0e10afd6d3c1835001a433482fffe808 /archivers/librtfcomp | |
parent | 6585a7ec31de2d9b3c5831336c4cb9039d352910 (diff) | |
download | freebsd-ports-gnome-de86b778b9b08b982a51db171747d34459cc9551.tar.gz freebsd-ports-gnome-de86b778b9b08b982a51db171747d34459cc9551.tar.zst freebsd-ports-gnome-de86b778b9b08b982a51db171747d34459cc9551.zip |
- Use USES=python
Diffstat (limited to 'archivers/librtfcomp')
-rw-r--r-- | archivers/librtfcomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index 82bb901f34e0..9664ae334e55 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool +USES+= libtool SLAVEDIRS= archivers/py-librtfcomp |