diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-09-12 20:12:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-09-12 20:12:43 +0000 |
commit | 27b8dece77dfb43f56fc206e88dcf54ecb0f9a68 (patch) | |
tree | 9649e503aa6fac052065e592bc7202f9aad2f010 /deskutils/nautilus-actions/Makefile | |
parent | 8c36c56a4737e303e42adb355ea68f5710559be1 (diff) | |
download | ports-27b8dece77dfb43f56fc206e88dcf54ecb0f9a68.tar.gz ports-27b8dece77dfb43f56fc206e88dcf54ecb0f9a68.zip |
Notes
Diffstat (limited to 'deskutils/nautilus-actions/Makefile')
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index f420a0317012..432327fd44c2 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -7,7 +7,7 @@ PORTNAME= nautilus-actions PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~ahze/distfiles/ @@ -24,6 +24,8 @@ USE_X_PREFIX= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-nautilus-extdir=${X11BASE}/lib/nautilus/extensions-1.0 + INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize post-patch: |