diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 13:37:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 13:37:06 +0000 |
commit | b47ad7a9430802af45dc6c12573374c9801fa2e7 (patch) | |
tree | 93c8203683c5cd37c093a1bfd82a57972066bfd9 /graphics/libart | |
parent | d172aa58626976bbc2382ccc74f0427cfb30d7d4 (diff) | |
download | ports-b47ad7a9430802af45dc6c12573374c9801fa2e7.tar.gz ports-b47ad7a9430802af45dc6c12573374c9801fa2e7.zip |
Notes
Diffstat (limited to 'graphics/libart')
-rw-r--r-- | graphics/libart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile index 923c581f91f3..19711a565cab 100644 --- a/graphics/libart/Makefile +++ b/graphics/libart/Makefile @@ -18,6 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFLICTS= libart_lgpl2-* +CONFLICTS= libart_lgpl-* .include <bsd.port.mk> |