diff options
author | acm <acm@FreeBSD.org> | 2006-09-08 05:32:29 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-08 05:32:29 +0800 |
commit | 12cc357adf000b0997aa8e20afefe8c7055a0616 (patch) | |
tree | 933b141d7b5556314a24242726544bf5bc331b8b /devel/fpc-gconf | |
parent | 8fb181c9cc6d1578a195da25fc7ccb019b4eff71 (diff) | |
download | freebsd-ports-gnome-12cc357adf000b0997aa8e20afefe8c7055a0616.tar.gz freebsd-ports-gnome-12cc357adf000b0997aa8e20afefe8c7055a0616.tar.zst freebsd-ports-gnome-12cc357adf000b0997aa8e20afefe8c7055a0616.zip |
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
Diffstat (limited to 'devel/fpc-gconf')
-rw-r--r-- | devel/fpc-gconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-gconf/Makefile b/devel/fpc-gconf/Makefile index ebf357203d66..46fe8f159f33 100644 --- a/devel/fpc-gconf/Makefile +++ b/devel/fpc-gconf/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -gconf @@ -22,7 +22,7 @@ USE_GNOME= gconf UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} HAVE_EXAMPLES= true |