diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 10:34:03 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 10:34:03 +0800 |
commit | c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a (patch) | |
tree | 814231740ab2d31c7a68f269c130bbe652ff589f /accessibility | |
parent | 928f6759b26a89b83b4deed0f0309dccd6d57d30 (diff) | |
download | freebsd-ports-gnome-c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a.tar.gz freebsd-ports-gnome-c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a.tar.zst freebsd-ports-gnome-c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a.zip |
Add USE_LDCONFIG, bump the PORTREVISION.
Found by: portlint (cports.sh)
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 46b0c18e7930..fde3c040ed66 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnopernicus PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,6 +22,7 @@ LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes +USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GMAKE= yes |