diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /databases/libgda2/Makefile | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) |
Notes
Diffstat (limited to 'databases/libgda2/Makefile')
-rw-r--r-- | databases/libgda2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 828ec6132156..757e15f510f8 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -7,6 +7,8 @@ PORTNAME= libgda2 PORTVERSION= 1.2.3 +PORTREVISION?= 1 +PORTEPOCH?= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 @@ -17,21 +19,17 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides uniform access to different kinds of data sources USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) -PORTREVISION= 1 -PORTEPOCH= 1 - BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack USE_GETTEXT= yes +USE_X_PREFIX= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |