diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-27 20:56:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-27 20:56:30 +0800 |
commit | b17441970e6b57a43cfe6b4d361bc901fd01308e (patch) | |
tree | 24b94db0b60f4661ba3535bad72e9ee388dcba51 | |
parent | 163e3310391459f8030c7a090dc25c2ff86c6588 (diff) | |
download | freebsd-ports-gnome-b17441970e6b57a43cfe6b4d361bc901fd01308e.tar.gz freebsd-ports-gnome-b17441970e6b57a43cfe6b4d361bc901fd01308e.tar.zst freebsd-ports-gnome-b17441970e6b57a43cfe6b4d361bc901fd01308e.zip |
- Update WWW
- switch to USE_LDCONFIG
-rw-r--r-- | graphics/devil/Makefile | 2 | ||||
-rw-r--r-- | graphics/devil/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index f03694140312..f98f5b9f6d1b 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -32,7 +32,7 @@ CFLAGS+= "-I${LOCALBASE}/include/SDL11" .endif USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -L${X11BASE}/lib" diff --git a/graphics/devil/pkg-descr b/graphics/devil/pkg-descr index 0ae9950806c6..409543e9e3a3 100644 --- a/graphics/devil/pkg-descr +++ b/graphics/devil/pkg-descr @@ -15,4 +15,4 @@ Delphi, Visual Basic, Power Basic and Dev-C++. Many people may have known DevIL as OpenIL, but the name was changed due to SGI's request. -WWW: http://www.imagelib.org +WWW: http://openil.sourceforge.net/ |