diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 04:02:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 04:02:04 +0000 |
commit | 69b1d4f4021a34cc3300865932487fa448a97ae3 (patch) | |
tree | e28d8f0cfe79237c699a2134d7780b542a5367aa /databases/libgda/Makefile | |
parent | fdfcc55f2f4e14cca02973be03f613664814eba1 (diff) |
portlint:
-Use DOCSDIR in plist.
-Add INSTALLS_OMF, bump the PORTREVISION.
Notes
Notes:
svn path=/head/; revision=162516
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r-- | databases/libgda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 57b2de176de3..a6ff800d0164 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgda PORTVERSION= 0.2.96 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo USE_GMAKE= yes USE_GETTEXT= yes +INSTALLS_OMF= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc |