diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-06-01 11:59:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-06-01 11:59:51 +0800 |
commit | 2ab10473b57e88de471418b9a9238fbbd51e49f6 (patch) | |
tree | 35dd9833219cf8af50d4e633868d69d637f54d89 /mail | |
parent | b6460b877bcec8ccb81aff66652013fd63598845 (diff) | |
download | freebsd-ports-gnome-2ab10473b57e88de471418b9a9238fbbd51e49f6.tar.gz freebsd-ports-gnome-2ab10473b57e88de471418b9a9238fbbd51e49f6.tar.zst freebsd-ports-gnome-2ab10473b57e88de471418b9a9238fbbd51e49f6.zip |
- Add WITH_GNUSTEP_DEVEL
- make INSTALL_SHLIBS use the new path
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pantomime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 6acd3ab101f2..7511df80e521 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/Pantomime USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= +LDCONFIG_DIRS= ${LOCALLIBDIR} +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |