diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 02:34:03 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 02:34:03 +0000 |
commit | c7039a64bb97f69828b4c690d2ed18ec9550b538 (patch) | |
tree | 38f256ff63d413fea80e7436a28ac24dfb9df897 /accessibility/gnopernicus | |
parent | 45414193d2a7a800b05553906d56de3e9d9ce22f (diff) |
Notes
Diffstat (limited to 'accessibility/gnopernicus')
-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 |