diff options
author | bland <bland@FreeBSD.org> | 2006-03-28 10:20:27 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2006-03-28 10:20:27 +0800 |
commit | 812d3f5712351695d3023da1de2274c02d7a8ec7 (patch) | |
tree | 69ed273e78cb2b5a2b28ffcde406497d7ce48500 /databases/libgdamm/Makefile | |
parent | fe31e229b2a2f16b22c65b5b8b9fba2a15d8949f (diff) | |
download | freebsd-ports-gnome-812d3f5712351695d3023da1de2274c02d7a8ec7.tar.gz freebsd-ports-gnome-812d3f5712351695d3023da1de2274c02d7a8ec7.tar.zst freebsd-ports-gnome-812d3f5712351695d3023da1de2274c02d7a8ec7.zip |
- Plug .la file to plist. [1]
- Remove obsolete USE_REINPLACE.
Reported by: krismail [1]
Diffstat (limited to 'databases/libgdamm/Makefile')
-rw-r--r-- | databases/libgdamm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 900620679456..ff01fd24fe2c 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -8,6 +8,7 @@ PORTNAME= libgdamm PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 @@ -23,7 +24,6 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GCC= 3.4 USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnomehack libgda2 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |