diff options
author | pav <pav@FreeBSD.org> | 2006-05-28 21:37:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-28 21:37:06 +0800 |
commit | 763932d81e1b7bab6da89e4e4abeb6501e4b5fed (patch) | |
tree | 57a2a030a071a93985dd58cb77b260c066badbe1 /graphics/libart | |
parent | a1e425f6369ae13aa6c1f84c2c1d4261314099ef (diff) | |
download | freebsd-ports-gnome-763932d81e1b7bab6da89e4e4abeb6501e4b5fed.tar.gz freebsd-ports-gnome-763932d81e1b7bab6da89e4e4abeb6501e4b5fed.tar.zst freebsd-ports-gnome-763932d81e1b7bab6da89e4e4abeb6501e4b5fed.zip |
- Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl
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> |