diff options
author | vs <vs@FreeBSD.org> | 2005-11-03 21:24:21 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-03 21:24:21 +0800 |
commit | 0a8edc4d65f1bf8b661b9c38deff65788a1f6972 (patch) | |
tree | 2b1340ed751609d307f0637f5e3e9348dcea507a /graphics/imgseek | |
parent | 147cb273ff028b8e237d2127c1b408fbf14e982d (diff) | |
download | freebsd-ports-gnome-0a8edc4d65f1bf8b661b9c38deff65788a1f6972.tar.gz freebsd-ports-gnome-0a8edc4d65f1bf8b661b9c38deff65788a1f6972.tar.zst freebsd-ports-gnome-0a8edc4d65f1bf8b661b9c38deff65788a1f6972.zip |
Drop INSTALLS_SHLIB/LDCONFIG_DIRS: This is not a libfoo.so anyway
Diffstat (limited to 'graphics/imgseek')
-rw-r--r-- | graphics/imgseek/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile index c01e01c74387..d34f67ee8a78 100644 --- a/graphics/imgseek/Makefile +++ b/graphics/imgseek/Makefile @@ -23,8 +23,6 @@ USE_CONFIGURE= no USE_PYDISTUTILS= yes USE_PYTHON= yes USE_BZIP2= yes -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= ${PYTHON_SITELIBDIR}/imgSeekLib #do-build: # (cd ${WRKSRC};${PYTHON_CMD} setup.py) |