diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 17:51:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 17:51:36 +0800 |
commit | d10e23e7f3dbd2d5206388f4ef859cf6c94d0420 (patch) | |
tree | 0a9655f722e7d7d6ba93044e8f28d02393883bf3 /accessibility/gnopernicus | |
parent | fd6c5b8c49fba562a9e3fd0b0c97efb3434e474e (diff) | |
download | freebsd-ports-gnome-d10e23e7f3dbd2d5206388f4ef859cf6c94d0420.tar.gz freebsd-ports-gnome-d10e23e7f3dbd2d5206388f4ef859cf6c94d0420.tar.zst freebsd-ports-gnome-d10e23e7f3dbd2d5206388f4ef859cf6c94d0420.zip |
In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in accessibility
With hat: portmgr
Diffstat (limited to 'accessibility/gnopernicus')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 7d72460d9135..84937ba7476b 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of accessibility apps for GNOME 2 -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag +LIB_DEPENDS= libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag NO_STAGE= yes USE_BZIP2= yes |