diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 04:33:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 04:33:41 +0000 |
commit | a64919f38a2de4a03d339c130167f4e0f0702da9 (patch) | |
tree | fc5de032bd582d589d95b2f1cf69da4d13808b5d | |
parent | Use USE_X_PREFIX. This fixes the plist issues reported on bento, and (diff) |
Add a dependency on gnomehier to delete the necessary directories on
pkg_delete.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=73016
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index b225213d2c0d..fa88804d0361 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} ALL_TARGET= #empty HAS_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gnomehier USE_GNOMENG= yes USE_REINPLACE= yes USE_X_PREFIX= yes |